diff options
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 |