diff options
author | Sven Gothel <[email protected]> | 2022-05-29 15:14:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-29 15:14:25 +0200 |
commit | a11cb72f271b84494200c45d754a7541b3f784db (patch) | |
tree | 850d4e010f1829ea4e0e23a391c0dc315a157051 /scripts | |
parent | 9125831620a339933dc91ff3e588a6f8d4a53541 (diff) |
rebuild.sh: Drop running testing on rebuild, do it manually
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |