Fail on first error in post scripts

This commit is contained in:
Rodrigo Arias 2023-02-24 16:53:37 +01:00 committed by Rodrigo Arias Mallo
parent 34c9f34f04
commit 246e3cfeab

View File

@ -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