From 5b0f07f9a7b6a56376b3f1f19814d01e0be69110 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 18 Apr 2021 20:14:42 +0300 Subject: [PATCH] Move run-integration-tests.sh into scripts/ --- run-integration-tests.sh => scripts/run-integration-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename run-integration-tests.sh => scripts/run-integration-tests.sh (84%) diff --git a/run-integration-tests.sh b/scripts/run-integration-tests.sh similarity index 84% rename from run-integration-tests.sh rename to scripts/run-integration-tests.sh index 1b26c5691..a9e979b5e 100755 --- a/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -4,11 +4,11 @@ # purposes. Any arguments are passed straight to tox. E.g. to run # only one environment run with: # -# ./run-integration-tests.sh -e py35 +# scripts/run-integration-tests.sh -e py35 # # To also run with `pytest -x` use: # -# ./run-integration-tests.sh -e py35 -- -x +# scripts/run-integration-tests.sh -e py35 -- -x export DCC_RS_DEV=$(pwd) export DCC_RS_TARGET=${DCC_RS_TARGET:-release}