From 23f95752ffe03a5f0c262b1f896211aedb185dda Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 13 Sep 2010 16:41:23 +0000 Subject: [PATCH] Revert wrongly committed file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4236 38d2e660-2303-0410-9eaa-f027e97ec537 --- test/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index ea88cb05..2c6a7ae8 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -13,7 +13,7 @@ # 2 - build warnings # 3 - execution output # 4 - build commands -VERBOSE=${VERBOSE:-3} +VERBOSE=${VERBOSE:-1} CC=gcc #FIXME: -Ibertos/emul should not be needed @@ -24,7 +24,7 @@ CFLAGS="-W -Wall -Wextra -Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wwrit CXX=g++ CXXFLAGS="$CFLAGS" -TESTS?=${TESTS:-`find . \ +TESTS=${TESTS:-`find . \ \( -name .svn -prune -o -name .git -prune -o -name .hg -prune \) \ -o -name "*_test.c" -print` } -- 2.25.1