diff options
Diffstat (limited to 'tools/ci/jobs/gcc6_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gcc6_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc6_tests.sh b/tools/ci/jobs/gcc6_tests.sh index 8a0a60f14..d91ea87fd 100755 --- a/tools/ci/jobs/gcc6_tests.sh +++ b/tools/ci/jobs/gcc6_tests.sh @@ -19,7 +19,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ source ./tools/ci/flags/gcc6.sh do_init -run_configure --enable-unittests=yes +run_configure --enable-unittests=yes $* export SDL_VIDEODRIVER=dummy run_make_check |