Skip to content
Snippets Groups Projects
Commit 49262997 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[testrun.sh] Minor stylistic corrections

parent 8beee8cf
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ error() { ...@@ -90,7 +90,7 @@ error() {
exit 1 exit 1
} }
# Do a clean-up on exit # Do a clean-up on exit
trap "clean" EXIT HUP INT QUIT TERM trap "clean" EXIT HUP INT QUIT TERM
# Run executable and report results # Run executable and report results
...@@ -141,7 +141,7 @@ run_test() { ...@@ -141,7 +141,7 @@ run_test() {
# Run GMP tests if specified # Run GMP tests if specified
run_test "$EXTRA" run_test "$EXTRA"
if test -n "$GMP"; then if [ -n "$GMP" ]; then
run_test "--gmp $EXTRA" run_test "--gmp $EXTRA"
fi fi
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment