From d6580f6ee69d8d644c863360acf1c1f7a9bc7fc5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 22 Apr 2024 15:28:29 -0700 Subject: [PATCH] Downgrade Reg Tests Downgrade the regression testing scripts to work around https://github.com/AMReX-Codes/regression_testing/issues/136 --- run_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_test.sh b/run_test.sh index 774a220dc06..2848cce415d 100755 --- a/run_test.sh +++ b/run_test.sh @@ -80,6 +80,8 @@ cd - # Clone the AMReX regression test utility git clone https://github.com/AMReX-Codes/regression_testing.git +# FIXME: https://github.com/AMReX-Codes/regression_testing/issues/136 +cd regression_testing && git checkout db67b6bd80cff208dba59ec2938ffd02e8ad9cef && cd - # Prepare regression tests mkdir -p rt-WarpX/WarpX-benchmarks