From 4bba4a40965d0da262cb929554858d1cc3c17e77 Mon Sep 17 00:00:00 2001 From: Marcos Bento Date: Tue, 5 Nov 2024 16:10:07 +0000 Subject: [PATCH] Enable test debugging --- .github/ci-config.yml | 1 + tests/project_summary/configure.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/ci-config.yml 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() {