mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50:28 +03:00
tests: don't touch config.py, no config is fine now
This commit is contained in:
parent
190a2fde81
commit
34f79b876c
1 changed files with 0 additions and 4 deletions
|
|
@ -185,7 +185,6 @@ echo_header 'copy git import and run `fdroid scanner` on it'
|
||||||
|
|
||||||
REPOROOT=`create_test_dir`
|
REPOROOT=`create_test_dir`
|
||||||
cd $REPOROOT
|
cd $REPOROOT
|
||||||
touch config.py
|
|
||||||
cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
|
cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
|
||||||
mkdir metadata
|
mkdir metadata
|
||||||
echo "Auto Name:Just A Test" > metadata/org.fdroid.ci.test.app.txt
|
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`
|
REPOROOT=`create_test_dir`
|
||||||
cd $REPOROOT
|
cd $REPOROOT
|
||||||
|
|
||||||
touch config.py
|
|
||||||
mkdir repo
|
mkdir repo
|
||||||
cp $WORKSPACE/tests/urzip.apk $REPOROOT/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`
|
REPOROOT=`create_test_dir`
|
||||||
KEYSTORE=$REPOROOT/keystore.jks
|
KEYSTORE=$REPOROOT/keystore.jks
|
||||||
cd $REPOROOT
|
cd $REPOROOT
|
||||||
touch config.py
|
|
||||||
cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
|
cp $WORKSPACE/examples/fdroid-icon.png $REPOROOT/
|
||||||
! test -e $KEYSTORE
|
! test -e $KEYSTORE
|
||||||
set +e
|
set +e
|
||||||
|
|
@ -895,7 +892,6 @@ echo_header "setup a new repo with no keystore, add APK, and update"
|
||||||
REPOROOT=`create_test_dir`
|
REPOROOT=`create_test_dir`
|
||||||
KEYSTORE=$REPOROOT/keystore.jks
|
KEYSTORE=$REPOROOT/keystore.jks
|
||||||
cd $REPOROOT
|
cd $REPOROOT
|
||||||
touch config.py
|
|
||||||
touch fdroid-icon.png
|
touch fdroid-icon.png
|
||||||
mkdir repo
|
mkdir repo
|
||||||
cp $WORKSPACE/tests/urzip.apk $REPOROOT/repo/
|
cp $WORKSPACE/tests/urzip.apk $REPOROOT/repo/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue