mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Disable gdb on Travis for Meltdown
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
Version 152:
|
||||
|
||||
* Refactor detect_ssl_op
|
||||
* Disable gdb on Travis for Meltdown
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user