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

This commit is contained in:
w0rp 2017-09-10 13:19:08 +01:00
parent 18a7d32c4c
commit c4ad92e458
4 changed files with 3 additions and 4 deletions

View file

@ -209,7 +209,7 @@ if ((run_custom_checks)); then
echo
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
echo
@ -242,7 +242,7 @@ if ((run_custom_checks)); then
echo 'Differences follow:'
echo
./check-supported-tools-tables || EXIT=$?
test/script/check-supported-tools-tables || EXIT=$?
echo '========================================'
echo 'Look for badly aligned doc tags'