Skip to content

Commit

Permalink
CI: update option name to clean test dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Aug 12, 2024
1 parent d400c7b commit 44fe1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44fe1f8

Please sign in to comment.