Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Update 20-m2-unit-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMaxwell authored Feb 13, 2018
1 parent f4eb8af commit 0d3627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/30-unit/20-m2-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
### 10-local-xml.sh: This file sets up the variables needed for deployment

if [ -d ${PHPUNIT_DIR} ] && [ -f ${BUILD}/dev/tests/unit/phpunit.xml ]; then
(cd ${BUILD}/dev/tests/unit && ${php} -d memory_limit=512M ${PHPUNIT_BIN} --stderr --log-junit ${OUTPUT_DIR}/phpunit-unit.xml)
(cd ${BUILD}/dev/tests/unit && ${PHP} -d memory_limit=512M ${PHPUNIT_BIN} --stderr --log-junit ${OUTPUT_DIR}/phpunit-unit.xml)
fi

0 comments on commit 0d3627e

Please sign in to comment.