Move scripts for tests into the test directory, and do not export the Batch script for running tests

Cette révision appartient à :
w0rp 2017-09-10 13:19:08 +01:00
Parent 18a7d32c4c
révision c4ad92e458
4 fichiers modifiés avec 3 ajouts et 4 suppressions

3
.gitattributes externe
Voir le fichier

@ -6,8 +6,7 @@
/Makefile export-ignore /Makefile export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore /PULL_REQUEST_TEMPLATE.md export-ignore
/README.md export-ignore /README.md export-ignore
/check-supported-tools-tables export-ignore
/custom-checks export-ignore
/img export-ignore /img export-ignore
/run-tests export-ignore /run-tests export-ignore
/run-tests.bat export-ignore
/test export-ignore /test export-ignore

Voir le fichier

@ -209,7 +209,7 @@ if ((run_custom_checks)); then
echo echo
set -o pipefail set -o pipefail
docker run -a stdout "${DOCKER_FLAGS[@]}" ./custom-checks . || EXIT=$? docker run -a stdout "${DOCKER_FLAGS[@]}" test/script/custom-checks . || EXIT=$?
set +o pipefail set +o pipefail
echo echo
@ -242,7 +242,7 @@ if ((run_custom_checks)); then
echo 'Differences follow:' echo 'Differences follow:'
echo echo
./check-supported-tools-tables || EXIT=$? test/script/check-supported-tools-tables || EXIT=$?
echo '========================================' echo '========================================'
echo 'Look for badly aligned doc tags' echo 'Look for badly aligned doc tags'