We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d400c7b commit c6dfac5Copy full SHA for c6dfac5
run_test.sh
@@ -83,7 +83,7 @@ curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/4ba1d257c5b489
83
cd -
84
85
# Clone the AMReX regression test utility
86
-git clone -b EZoni_rm_testdir https://github.com/EZoni/regression_testing.git
+git clone https://github.com/AMReX-Codes/regression_testing.git
87
88
# Prepare regression tests
89
mkdir -p rt-WarpX/WarpX-benchmarks
@@ -99,7 +99,7 @@ echo "cd $PWD"
99
if [ -z "${WARPX_CI_CLEAN_TESTS}" ]; then
100
test_rm_dir=""
101
else
102
- test_rm_dir="--rm_testdir"
+ test_rm_dir="--clean_testdir"
103
fi
104
# run only tests specified in variable tests_arg (single test or multiple tests)
105
if [[ ! -z "${tests_arg}" ]]; then
0 commit comments