Skip to content

Commit c6dfac5

Browse files
committed
CI: update option name to clean test dirs
1 parent d400c7b commit c6dfac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/4ba1d257c5b489
8383
cd -
8484

8585
# Clone the AMReX regression test utility
86-
git clone -b EZoni_rm_testdir https://github.com/EZoni/regression_testing.git
86+
git clone https://github.com/AMReX-Codes/regression_testing.git
8787

8888
# Prepare regression tests
8989
mkdir -p rt-WarpX/WarpX-benchmarks
@@ -99,7 +99,7 @@ echo "cd $PWD"
9999
if [ -z "${WARPX_CI_CLEAN_TESTS}" ]; then
100100
test_rm_dir=""
101101
else
102-
test_rm_dir="--rm_testdir"
102+
test_rm_dir="--clean_testdir"
103103
fi
104104
# run only tests specified in variable tests_arg (single test or multiple tests)
105105
if [[ ! -z "${tests_arg}" ]]; then

0 commit comments

Comments
 (0)