diff options
Diffstat (limited to 'run_test.sh')
-rwxr-xr-x | run_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_test.sh b/run_test.sh index 39e99e541..344932e54 100755 --- a/run_test.sh +++ b/run_test.sh @@ -16,7 +16,7 @@ # physically correct. # The tests can be influenced by environment variables: -# Use `export WARPX_TEST_DIM=3` or `export WARPX_TEST_DIM=2` in order to +# Use `export WARPX_CI_DIM=3` or `export WARPX_CI_DIM=2` in order to # select only the tests that correspond to this dimension # Use `export WARPX_TEST_ARCH=CPU` or `export WARPX_TEST_ARCH=GPU` in order # to run the tests on CPU or GPU respectively. @@ -49,7 +49,7 @@ cd test_dir # Clone PICSAR and AMReX git clone --branch development https://github.com/AMReX-Codes/amrex.git # Use QED brach for QED tests -if [ "${HAS_QED}" = "TRUE" ]; then +if [ "${WARPX_CI_QED}" = "TRUE" ]; then git clone --branch QED https://bitbucket.org/berkeleylab/picsar.git else git clone --branch master https://bitbucket.org/berkeleylab/picsar.git |