diff --git a/.github/ci-config.yml b/.github/ci-config.yml new file mode 100644 index 00000000..c4e3fcb8 --- /dev/null +++ b/.github/ci-config.yml @@ -0,0 +1 @@ +ctest_options: --verbose \ No newline at end of file diff --git a/tests/project_summary/configure.sh b/tests/project_summary/configure.sh index d1434e1f..3ea65cc3 100755 --- a/tests/project_summary/configure.sh +++ b/tests/project_summary/configure.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -e +set -x function EXPECT_ONE_OF() {