From 703bacc7de487bf9e0a834c101c11ca916c709bc Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Thu, 1 Feb 2024 18:53:07 +0800 Subject: [PATCH] Update run_tests.sh --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index cf1c88de..6b28f489 100644 --- a/run_tests.sh +++ b/run_tests.sh @@ -3,7 +3,7 @@ SRC=$(find src/ -name "*.cpp") clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -DPK_ENABLE_OS=1 python3 scripts/run_tests.py -python3 scripts/run_tests.py benchmarks/ +# python3 scripts/run_tests.py benchmarks/ # if prev error exit if [ $? -ne 0 ]; then