We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9950b0e commit de7cc05Copy full SHA for de7cc05
programs/ocfs2test/run
@@ -46,7 +46,7 @@ setup_test_env()
46
timing=$(ls $BENCHMARK_ROOT/ocfs2test/timing-*.tar.gz)
47
[[ -f $timing ]] || die "can not find timing*.tar.gz file"
48
49
- pip install $timing
+ pip install $timing || die "pip install $timing fail"
50
51
# add /sbin to PATH for some ocfs2 command.
52
echo "PATH=$PATH:/sbin" >> $OCFS2TEST_HOME/.bashrc
0 commit comments