We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4905516 commit 8625775Copy full SHA for 8625775
1 file changed
run-tests
@@ -39,9 +39,4 @@ else
39
fi
40
41
bin/clear-cache
42
-VAGRANT_EXEC=$( which vagrant )
43
-if mount | grep -q '^/vagrant' || $?; then # @TODO: **OR** if command `vagrant` not found, run it directly!
44
- Console/cake test app $TESTCASE --configuration="${PHPUNIT_CONFIG}" "$@"
45
-else
46
- vagrant ssh -c "cd /var/www; Console/cake test app $TESTCASE --configuration="${PHPUNIT_CONFIG}" "$@""
47
-fi
+bin/run-in-vagrant "Console/cake test app $TESTCASE --configuration="${PHPUNIT_CONFIG}" "$@""
0 commit comments