From 34f79b876ca6108b0d9a12d9a5d9eaf3bb49bebe Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 14 Sep 2017 02:14:26 +0200 Subject: [PATCH] tests: don't touch config.py, no config is fine now --- tests/run-tests | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/run-tests b/tests/run-tests index 2cfdc55a..608c1e2e 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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/ -- 2.30.2