Skip to content

Commit

Permalink
Update make tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ariselseng committed Aug 30, 2023
1 parent 247ad7d commit 552e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ appstore:
.PHONY: tests
tests:
test -s $(vendor_directory)/exiftool/exiftool/exiftool.bin
docker exec --user=docker $(docker ps|grep nextcloud|awk '{print $1}') phpunit --do-not-cache-result --stop-on-failure -v --bootstrap apps2/camerarawpreviews/tests/bootstrap.php apps2/camerarawpreviews/tests/
docker exec --workdir /var/www/html/apps-extra/camerarawpreviews --user www-data $(docker ps|grep nextcloud|awk '{print $1}') /usr/local/bin/phpunit9 --do-not-cache-result --stop-on-failure -v --bootstrap tests/bootstrap.php tests/

0 comments on commit 552e89f

Please sign in to comment.