set -e in do_benchmarks.bash
This commit is contained in:
parent
f98f187538
commit
29cf713fa5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
shopt -s expand_aliases
|
||||
|
||||
rm -f fifo;
|
||||
|
|
Loading…
Reference in a new issue