mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Disable gdb on Travis for Meltdown
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Version 152:
|
Version 152:
|
||||||
|
|
||||||
* Refactor detect_ssl_op
|
* Refactor detect_ssl_op
|
||||||
|
* Disable gdb on Travis for Meltdown
|
||||||
|
|
||||||
WebSocket:
|
WebSocket:
|
||||||
|
|
||||||
|
@ -142,6 +142,7 @@ elif [[ $VARIANT == "valgrind" ]]; then
|
|||||||
run_tests_with_valgrind "$BIN_DIR" fat-tests
|
run_tests_with_valgrind "$BIN_DIR" fat-tests
|
||||||
|
|
||||||
else
|
else
|
||||||
run_tests_with_debugger "$BIN_DIR" fat-tests
|
#run_tests_with_debugger "$BIN_DIR" fat-tests
|
||||||
|
run_tests "$BIN_DIR" fat-tests
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user