Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Dec 18, 2023
1 parent cd8c40b commit 0c8ee03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ ROOT_DIR=${APP_INTEGRATION_DIR}/../../../..
composer install
composer dump-autoload

${ROOT_DIR}/occ status
${ROOT_DIR}/occ app:list | grep user_ldap
${ROOT_DIR}/occ app:list | grep ldap_write_support

export TEST_SERVER_URL="http://localhost:8080/"
${APP_INTEGRATION_DIR}/vendor/bin/behat --colors -f junit -f pretty $1 $2
RESULT=$?

${ROOT_DIR}/occ log:file
cat ${ROOT_DIR}/data/nextcloud.log

exit $RESULT

0 comments on commit 0c8ee03

Please sign in to comment.