diff options
Diffstat (limited to 'test/TEST-36-NUMAPOLICY')
-rwxr-xr-x | test/TEST-36-NUMAPOLICY/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-36-NUMAPOLICY/testsuite.sh b/test/TEST-36-NUMAPOLICY/testsuite.sh index 4b715d305a..1c8cf7e6b6 100755 --- a/test/TEST-36-NUMAPOLICY/testsuite.sh +++ b/test/TEST-36-NUMAPOLICY/testsuite.sh @@ -34,6 +34,8 @@ journalCursorFile="jounalCursorFile" startStrace() { coproc strace -qq -p 1 -o $straceLog -e set_mempolicy -s 1024 $1 + # Wait for strace to properly "initialize" + sleep $sleepAfterStart } stopStrace() { |