Commit 0ae24a25 authored by Tristan Gingold's avatar Tristan Gingold

run_all.sh: strenghten.

parent fd6dce67
...@@ -10,6 +10,10 @@ for i in 1 2 3 4 5 6 7 8 9; do ...@@ -10,6 +10,10 @@ for i in 1 2 3 4 5 6 7 8 9; do
echo "Simulation failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "Simulation failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
exit 1 exit 1
fi fi
if ! grep -F "# ** Note: end of simulation" sim.log; then
echo "Simulation failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
exit 1
fi
done done
echo "OK!" echo "OK!"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment