From a667074d89c710fecefc87b73d8fac00ae32254c Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Fri, 25 Nov 2022 11:41:43 +0100 Subject: [PATCH] run-tests: make scanner test independent on importer test --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests b/tests/run-tests index 306c54dc..ec5591e3 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -257,7 +257,7 @@ echo "" >> metadata/org.fdroid.ci.test.app.yml echo "Repo: https://gitlab.com/fdroid/ci-test-app.git" >> metadata/org.fdroid.ci.test.app.yml echo "RepoType: git" >> metadata/org.fdroid.ci.test.app.yml mkdir build -cp -a $WORKSPACE/tests/tmp/importer build/org.fdroid.ci.test.app +git clone https://gitlab.com/fdroid/ci-test-app.git build/org.fdroid.ci.test.app ls -l build/org.fdroid.ci.test.app $fdroid scanner org.fdroid.ci.test.app --verbose