mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
run-tests: fix local_copy_dir test, it broke when /tmp/fdroid existed
This commit is contained in:
parent
92438bbf78
commit
8939a336ae
1 changed files with 3 additions and 2 deletions
|
|
@ -735,8 +735,9 @@ cd $REPOROOT
|
||||||
$fdroid init
|
$fdroid init
|
||||||
$fdroid update --create-metadata --verbose
|
$fdroid update --create-metadata --verbose
|
||||||
$fdroid readmeta
|
$fdroid readmeta
|
||||||
$fdroid deploy --local-copy-dir=/tmp/fdroid
|
LOCAL_COPY_DIR=`create_test_dir`/fdroid
|
||||||
$fdroid deploy --local-copy-dir=/tmp/fdroid --verbose
|
$fdroid deploy --local-copy-dir=$LOCAL_COPY_DIR
|
||||||
|
$fdroid deploy --local-copy-dir=$LOCAL_COPY_DIR --verbose
|
||||||
|
|
||||||
# now test the errors work
|
# now test the errors work
|
||||||
set +e
|
set +e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue