mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
Move scripts for tests into the test directory, and do not export the Batch script for running tests
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user