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 update --create-metadata --verbose
|
||||
$fdroid readmeta
|
||||
$fdroid deploy --local-copy-dir=/tmp/fdroid
|
||||
$fdroid deploy --local-copy-dir=/tmp/fdroid --verbose
|
||||
LOCAL_COPY_DIR=`create_test_dir`/fdroid
|
||||
$fdroid deploy --local-copy-dir=$LOCAL_COPY_DIR
|
||||
$fdroid deploy --local-copy-dir=$LOCAL_COPY_DIR --verbose
|
||||
|
||||
# now test the errors work
|
||||
set +e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue