Disable gdb on Travis for Meltdown

This commit is contained in:
Vinnie Falco
2018-01-12 08:19:06 -08:00
parent cc43b46c42
commit 24358f784a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Version 152:
* Refactor detect_ssl_op
* Disable gdb on Travis for Meltdown
WebSocket:

View File

@ -142,6 +142,7 @@ elif [[ $VARIANT == "valgrind" ]]; then
run_tests_with_valgrind "$BIN_DIR" fat-tests
else
run_tests_with_debugger "$BIN_DIR" fat-tests
#run_tests_with_debugger "$BIN_DIR" fat-tests
run_tests "$BIN_DIR" fat-tests
fi