]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/tools/build-and-test.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / beast / tools / build-and-test.sh
index 0e0d955fe8fdce2a1d7b5c34824a94953b5db2df..137c7981260e1bdfebb738ebae10163aa1f8ee26 100755 (executable)
@@ -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