From 24358f784abe2e0acefcee2e3e38f42a11f2f254 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 12 Jan 2018 08:19:06 -0800 Subject: [PATCH] Disable gdb on Travis for Meltdown --- CHANGELOG.md | 1 + tools/build-and-test.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f23135..6e09a6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 152: * Refactor detect_ssl_op +* Disable gdb on Travis for Meltdown WebSocket: diff --git a/tools/build-and-test.sh b/tools/build-and-test.sh index 0e0d955f..137c7981 100755 --- a/tools/build-and-test.sh +++ b/tools/build-and-test.sh @@ -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