chiark / gitweb /
tests: don't touch config.py, no config is fine now
authorMarcus Hoffmann <bubuiic@aol.com>
Thu, 14 Sep 2017 00:14:26 +0000 (02:14 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Thu, 14 Sep 2017 00:15:57 +0000 (02:15 +0200)
tests/run-tests

index 2cfdc55aca866095eda78ed274e74c442412a5cd..608c1e2eec45a6322c430e6887a6769d89c7c369 100755 (executable)
@@ -185,7 +185,6 @@ echo_header 'copy git import and run `fdroid scanner` on it'
 
 REPOROOT=`create_test_dir`
 cd $REPOROOT
-touch config.py
 cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
 mkdir metadata
 echo "Auto Name:Just A Test" > metadata/org.fdroid.ci.test.app.txt
@@ -526,7 +525,6 @@ echo_header "test metadata checks"
 REPOROOT=`create_test_dir`
 cd $REPOROOT
 
-touch config.py
 mkdir repo
 cp $WORKSPACE/tests/urzip.apk $REPOROOT/repo/
 
@@ -828,7 +826,6 @@ echo_header "setup a new repo manually and generate a keystore"
 REPOROOT=`create_test_dir`
 KEYSTORE=$REPOROOT/keystore.jks
 cd $REPOROOT
-touch config.py
 cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
 ! test -e $KEYSTORE
 set +e
@@ -895,7 +892,6 @@ echo_header "setup a new repo with no keystore, add APK, and update"
 REPOROOT=`create_test_dir`
 KEYSTORE=$REPOROOT/keystore.jks
 cd $REPOROOT
-touch config.py
 touch fdroid-icon.png
 mkdir repo
 cp $WORKSPACE/tests/urzip.apk $REPOROOT/repo/