summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests b/run-tests
index 5b49b3e9..c58e7aa3 100755
--- a/run-tests
+++ b/run-tests
@@ -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'