From 38d9f1bfdb8940d163011a79c770996b78ff24ee Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 11 Dec 2024 09:34:18 -0700 Subject: [PATCH] DAS-NONE: remove doubled code. --- tests/run_tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 8a9726b..3752db0 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -20,10 +20,6 @@ STATUS=0 export HDF5_DISABLE_VERSION_CHECK=1 - -# Exit status used to report back to caller -STATUS=0 - # Run the standard set of unit tests, producing JUnit compatible output pytest --cov=hybig --cov=harmony_service \ --cov-report=html:reports/coverage \