aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test
index 3e4b291..e389728 100755
--- a/scripts/test
+++ b/scripts/test
@@ -4,7 +4,6 @@ set -x
4 4
5unset CC 5unset CC
6ENABLE_ASM="${ENABLE_ASM:=ON}" 6ENABLE_ASM="${ENABLE_ASM:=ON}"
7VERSION=`cat VERSION`
8 7
9if type apt-get >/dev/null 2>&1; then 8if type apt-get >/dev/null 2>&1; then
10 sudo apt-get update 9 sudo apt-get update
@@ -14,6 +13,8 @@ fi
14# generate source tree 13# generate source tree
15./autogen.sh 14./autogen.sh
16 15
16VERSION=`cat VERSION`
17
17if [ "$ARCH" = "" ]; then 18if [ "$ARCH" = "" ]; then
18 ARCH=`uname -m` 19 ARCH=`uname -m`
19fi 20fi