Whamcloud - gitweb
LU-2414 tests: fix job # substitution in replay_barrier
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Fri, 30 Nov 2012 16:56:51 +0000 (11:56 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jan 2013 05:52:42 +0000 (00:52 -0500)
commit13b27db9c9560a69745735014de1e56a6f9bda3e
tree3dae6309f7c0f2612f1af8767f81e5516d8be97b
parent8f249ade28ac5cd3a9d51e1a641e2ea9e8d98084
LU-2414 tests: fix job # substitution in replay_barrier

The extra % in front of ${!svc} can cause erronious substitution by
bash, as in If ${!svc} resolves to something like nlc then the %n
becomes job number 0 so the filesystem is 0lc and that fails.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I4a0b0db86e960a33dab95b2e7ca4aed7fce4a55d
Reviewed-on: http://review.whamcloud.com/4725
Tested-by: Hudson
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh