Fix command line tests script to properly report errors.

This commit is contained in:
Daniel Kirchner 2019-06-12 19:03:45 +02:00
parent 2849169bff
commit 2dc405e948

View File

@ -112,6 +112,8 @@ function ask_expectation_update()
q* ) exit 1;;
esac
done
else
exit 1
fi
}