From a11cb72f271b84494200c45d754a7541b3f784db Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 29 May 2022 15:14:25 +0200 Subject: rebuild.sh: Drop running testing on rebuild, do it manually --- scripts/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 54c658c..1a46603 100644 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -31,7 +31,7 @@ buildit() { echo CPU_COUNT $CPU_COUNT cd $rootdir/build-$archabi - make -j $CPU_COUNT install test + make -j $CPU_COUNT install if [ $? -eq 0 ] ; then echo "REBUILD SUCCESS $bname $archabi" # cp -a examples/* $rootdir/dist-$archabi/bin -- cgit v1.2.3