From 44fe1f85ce5d360c0a4afa9dcedb067d9704d3d5 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Mon, 12 Aug 2024 13:48:45 -0700 Subject: [PATCH] CI: update option name to clean test dirs --- run_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_test.sh b/run_test.sh index 425841d1970..11360673b63 100755 --- a/run_test.sh +++ b/run_test.sh @@ -83,7 +83,7 @@ curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/4ba1d257c5b489 cd - # Clone the AMReX regression test utility -git clone -b EZoni_rm_testdir https://github.com/EZoni/regression_testing.git +git clone https://github.com/AMReX-Codes/regression_testing.git # Prepare regression tests mkdir -p rt-WarpX/WarpX-benchmarks @@ -99,7 +99,7 @@ echo "cd $PWD" if [ -z "${WARPX_CI_CLEAN_TESTS}" ]; then test_rm_dir="" else - test_rm_dir="--rm_testdir" + test_rm_dir="--clean_testdir" fi # run only tests specified in variable tests_arg (single test or multiple tests) if [[ ! -z "${tests_arg}" ]]; then