chiark / gitweb /
run all SDK tools commands using SdkToolsPopen
[fdroidserver.git] / tests / run-tests
index 3ea444376432668745152a5db858fc3572cb4740..d1f988fa64a3f5ef6e0983c272fb6162be80838b 100755 (executable)
@@ -97,9 +97,9 @@ echo_header "test python getsig replacement"
 
 cd $WORKSPACE/tests/getsig
 ./make.sh
-cd $WORKSPACE/tests
-./common.TestCase
-./update.TestCase
+for testcase in $WORKSPACE/tests/*.TestCase; do
+    $testcase
+done
 
 
 #------------------------------------------------------------------------------#