remove -x

This commit is contained in:
Richard van der Hoff 2017-12-19 11:03:49 +00:00
parent a76ed709cb
commit 98a1298a93

View file

@ -6,7 +6,7 @@
# which case only the linting, unit tests or integration tests will be run
# respectively. If not specified or null all tests are run.
set -eux
set -eu
# Tune the GC to use more memory to reduce the number of garbage collections
export GOGC=400