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
|
# Run any post script that was generated
|
||||||
ls -1 *.sh | while read sh; do
|
ls -1 *.sh | while read sh; do
|
||||||
echo "Running '$sh'"
|
echo "Running '$sh'"
|
||||||
bash -x $sh
|
bash -ex $sh
|
||||||
done
|
done
|
||||||
|
|
||||||
#rm -rf $tracedir
|
#rm -rf $tracedir
|
||||||
|
Loading…
Reference in New Issue
Block a user