diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
commit | de66336f9c6cef3de5e298b48fdc3769bd307568 (patch) | |
tree | 1fce53f93e2aad5463763ead04adc153e25b1839 /tests/acceptance/run.sh | |
parent | 44c6d22b2222fa8f8107cef9718eefbb30434374 (diff) | |
download | nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.tar.gz nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.zip |
Add basic acceptance tests for apps management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/acceptance/run.sh')
-rwxr-xr-x | tests/acceptance/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/run.sh b/tests/acceptance/run.sh index f2bc66048d7..3ed1207e379 100755 --- a/tests/acceptance/run.sh +++ b/tests/acceptance/run.sh @@ -147,7 +147,7 @@ function prepareDocker() { # "docker cp" does not take them into account (the extracted files are set # to root). echo "Copying local Git working directory of Nextcloud to the container" - tar --create --file="$NEXTCLOUD_LOCAL_TAR" --exclude=".git" --exclude="./build" --exclude="./config/config.php" --exclude="./data" --exclude="./data-autotest" --exclude="./tests" --directory=../../ . + tar --create --file="$NEXTCLOUD_LOCAL_TAR" --exclude=".git" --exclude="./build" --exclude="./config/config.php" --exclude="./data" --exclude="./data-autotest" --exclude="./tests" --exclude="./apps-extra" --exclude="apps-writable" --directory=../../ . tar --append --file="$NEXTCLOUD_LOCAL_TAR" --directory=../../ tests/acceptance/ docker exec $NEXTCLOUD_LOCAL_CONTAINER mkdir /nextcloud |