]> https://gitweb.dealii.org/ - dealii.git/commitdiff
tests/examples/ fix script return value 15721/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 11 Jul 2023 20:03:42 +0000 (16:03 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 11 Jul 2023 20:05:39 +0000 (16:05 -0400)
The target update_diffs fails for me without the explicit ``exit 0``

tests/examples/update_diffs.sh

index 2f6375dc5f8078af495a049ffa55cb4fa3e8e2b4..beda7c364c560ac13fd54905588183cc8e1182a2 100755 (executable)
@@ -28,3 +28,5 @@ for file in ${diff_files}; do
     exit 1
   fi
 done
+
+exit 0

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.