Whamcloud - gitweb
b=18696
[fs/lustre-release.git] / lustre / tests / runmultiop_bg_pause
1 #!/bin/bash
2
3 # Run multiop in the background, but wait for it to print
4 # "PAUSING" to its stdout before returning from this function.
5
6 PTLDEBUG=${PTLDEBUG:--1}
7 LUSTRE=${LUSTRE:-`dirname $0`/..}
8 . $LUSTRE/tests/test-framework.sh
9
10 multiop_bg_pause $*
11 exit $?