Fail on first error in post scripts
This commit is contained in:
parent
34c9f34f04
commit
246e3cfeab
@ -44,7 +44,7 @@ fi
|
||||
# Run any post script that was generated
|
||||
ls -1 *.sh | while read sh; do
|
||||
echo "Running '$sh'"
|
||||
bash -x $sh
|
||||
bash -ex $sh
|
||||
done
|
||||
|
||||
#rm -rf $tracedir
|
||||
|
Loading…
Reference in New Issue
Block a user