From 4a24ab5ee2b9189f115fa6ef5b042844b62a344e Mon Sep 17 00:00:00 2001 From: Slaven Peles Date: Wed, 25 Oct 2023 17:40:26 -0400 Subject: [PATCH 1/2] Trying to restore test install --- buildsystem/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildsystem/build.sh b/buildsystem/build.sh index 77934b3d..1a374da5 100755 --- a/buildsystem/build.sh +++ b/buildsystem/build.sh @@ -190,6 +190,7 @@ if [[ $TEST -eq 1 ]]; then echo Testing echo ctest $CTESTARGS || exit 1 + make test_install popd fi From d9ba2fc82e9171d5847ca8f5a6f70f047cc2bd62 Mon Sep 17 00:00:00 2001 From: pelesh Date: Wed, 25 Oct 2023 17:52:15 -0400 Subject: [PATCH 2/2] Update buildsystem/build.sh Co-authored-by: Cameron Rutherford --- buildsystem/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/build.sh b/buildsystem/build.sh index 1a374da5..e6c5e79f 100755 --- a/buildsystem/build.sh +++ b/buildsystem/build.sh @@ -190,7 +190,7 @@ if [[ $TEST -eq 1 ]]; then echo Testing echo ctest $CTESTARGS || exit 1 - make test_install + make test_install || exit 1 popd fi