From 0c9e563c817a5ee60cccb01d2cc68b5503f52c1c Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Wed, 17 Apr 2024 08:07:11 +0200 Subject: [PATCH] Improve docs --- integration-tests/run-integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/run-integration-test.sh b/integration-tests/run-integration-test.sh index 1637539ba34..f4778080891 100755 --- a/integration-tests/run-integration-test.sh +++ b/integration-tests/run-integration-test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # This script is not meant to be invoked manually, instead it should be invoked -# through one of the integration test scripts such as the metrics or checkstyle one. +# through one of the integration test scripts such as `checkstyle.sh`. set -e -u -o pipefail