diff options
| author | Martin Schwenke <martin@meltin.net> | 2009-07-30 14:03:44 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2009-07-30 14:03:44 +1000 |
| commit | d7981fdcda7fe33e8c9ffa668a8d96da63a1e2ac (patch) | |
| tree | 3cb531ce4e8fd5e25b4d5da4d778148ac19cfb02 /ctdb/tests/complex | |
| parent | aed71a760ddcb030630f20ead366b446fe7e9d37 (diff) | |
| download | samba-d7981fdcda7fe33e8c9ffa668a8d96da63a1e2ac.tar.gz samba-d7981fdcda7fe33e8c9ffa668a8d96da63a1e2ac.tar.xz samba-d7981fdcda7fe33e8c9ffa668a8d96da63a1e2ac.zip | |
Test suite: Better diagnostics for recent change to complex/31_nfs_tickle.sh.
Add a -v so we see the output of the command that tries to get the
value of NFS_TICKLE_SHARED_DIRECTORY. That way we can tell if a value
was retrived OK or if we're using the default.
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit c53353c6402f378f29200313d82f1f9262d628b1)
Diffstat (limited to 'ctdb/tests/complex')
| -rwxr-xr-x | ctdb/tests/complex/31_nfs_tickle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/complex/31_nfs_tickle.sh b/ctdb/tests/complex/31_nfs_tickle.sh index 18df17bf97..b982e330f2 100755 --- a/ctdb/tests/complex/31_nfs_tickle.sh +++ b/ctdb/tests/complex/31_nfs_tickle.sh @@ -75,7 +75,7 @@ echo "Sleeping for MonitorInterval..." sleep_for $monitor_interval echo "Trying to determine NFS_TICKLE_SHARED_DIRECTORY..." -try_command_on_node 0 "sed -n -e s@^NFS_TICKLE_SHARED_DIRECTORY=@@p /etc/sysconfig/nfs" || true +try_command_on_node -v 0 "sed -n -e s@^NFS_TICKLE_SHARED_DIRECTORY=@@p /etc/sysconfig/nfs" || true nfs_tickle_shared_directory="${out:-/gpfs/.ctdb/nfs-tickles}" |
