chiark / gitweb /
move run-tests to /bin/bash so we can use bashisms
authorHans-Christoph Steiner <hans@eds.org>
Thu, 10 Apr 2014 16:31:14 +0000 (12:31 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 10 Apr 2014 16:31:23 +0000 (12:31 -0400)
MANIFEST.in
jenkins-build
tests/run-tests [moved from tests/run-tests.sh with 99% similarity]

index 6cd365e10b3025e286d40fecbef3a032637feeda..a323c53160279950c3d99ca833da0a9cbf8f18b7 100644 (file)
@@ -24,7 +24,7 @@ include docs/update.sh
 include examples/config.py
 include examples/fdroid-icon.png
 include examples/makebs.config.py
-include tests/run-tests.sh
+include tests/run-tests
 include wp-fdroid/AndroidManifest.xml
 include wp-fdroid/android-permissions.php
 include wp-fdroid/readme.txt
index 8163962686a33dac3e393fba60d69a2cfc0ad651..7cc2b4be42cb7063e56760ecc322046800848e6c 100755 (executable)
@@ -39,7 +39,7 @@ cd $WORKSPACE/fdroidserver/getsig
 #------------------------------------------------------------------------------#
 # run local tests
 cd $WORKSPACE/tests
-./run-tests.sh
+./run-tests
 
 
 #------------------------------------------------------------------------------#
@@ -59,7 +59,7 @@ python setup.py install
 
 # run tests in new pip+virtualenv install
 . $WORKSPACE/env/bin/activate
-fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests.sh
+fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests
 
 
 #------------------------------------------------------------------------------#
similarity index 99%
rename from tests/run-tests.sh
rename to tests/run-tests
index c75a2f02119d885d6bd1577aaa74cc85458a6592..9b3b8ec0ed5e812748b9fc6d63deade7603f75b0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -e
 set -x