stable

Clone or download

Read-only

Make rest tests easier to run in local

Part of request #12654 Make rest tests easier to run in local Before: - make tests_rest_setup_72 - ./tests/rest/bin/run.sh setup - scl enable php72 bash - /opt/remi/php72/root/usr/bin/php /usr/share/tuleap/tests/rest/vendor/bin/phpunit --configuration /usr/share/tuleap/tests/rest/phpunit.xml --log-junit /output/rest_tests.xml [path of rest test to run] After: - make tests_rest_setup_72 - ./tests/rest/bin/test_suite.sh [path of rest test to run] Change-Id: I5d038820ecb92f2e37d3c5f43e325d54bab2d195

Modified Files

Name
M Makefile +2 −2 Go to diff View file
M tests/rest/bin/test_suite.sh +2 −2 Go to diff View file