diff options
author | 2021-02-22 13:03:08 -0800 | |
---|---|---|
committer | 2021-02-22 13:03:08 -0800 | |
commit | 24bff4e47403a171e2da2d4f0fcdf941aeffec9c (patch) | |
tree | 854e2e26030aca695419c8c2887914c2de5bba53 /Docs/source/developers/testing.rst | |
parent | f43dac64920270a7035d0e7b9244dcaa89935f0d (diff) | |
download | WarpX-24bff4e47403a171e2da2d4f0fcdf941aeffec9c.tar.gz WarpX-24bff4e47403a171e2da2d4f0fcdf941aeffec9c.tar.zst WarpX-24bff4e47403a171e2da2d4f0fcdf941aeffec9c.zip |
Fix: run_test.sh - fail on error & fix clone (#1729)
* Fix: run_test.sh clone (fail on error)
* regtest.py: WARPX_TEST_COMMIT / --source_git_hash unused
They have no effect, looks very ancient.
* run_test.sh: Fix commit checkout
`git clone --branch` does not support commits as SHA
Diffstat (limited to 'Docs/source/developers/testing.rst')
-rw-r--r-- | Docs/source/developers/testing.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Docs/source/developers/testing.rst b/Docs/source/developers/testing.rst index b11bffbfb..fde629448 100644 --- a/Docs/source/developers/testing.rst +++ b/Docs/source/developers/testing.rst @@ -39,7 +39,6 @@ from WarpX root folder. It will compile all necessary executables and run all te * ``export WARPX_TEST_DIM=3``, ``export WARPX_TEST_DIM=2`` or ``export WARPX_TEST_DIM=RZ`` in order to select only the tests that correspond to this dimensionality * ``export WARPX_TEST_ARCH=CPU`` or ``export WARPX_TEST_ARCH=GPU`` in order to run the tests on CPU or GPU respectively. -* ``export WARPX_TEST_COMMIT=...`` in order to test a specific commit. The command above (without command line arguments) runs all the tests defined in [Regression/WarpX-tests.ini](./Regression/WarpX-tests.ini). In order to run single tests, pass the test names as command line arguments: |