diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-07-08 13:55:52 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-07-08 13:55:52 -0400 |
| commit | 5692c689a7b1da67724fc5c3c9bb3f3f1d7df0c9 (patch) | |
| tree | 2ce35cf328629589631423ce5049d268f682da5b /tests/setup.sh | |
| parent | f88373107794450f053220c2862415f00119b98c (diff) | |
| download | stasis-5692c689a7b1da67724fc5c3c9bb3f3f1d7df0c9.tar.gz | |
Enable debug messages in RT
Diffstat (limited to 'tests/setup.sh')
| -rw-r--r-- | tests/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 7e38cf9..41d8d49 100644 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -78,7 +78,7 @@ teardown_workspace() { install_stasis() { pushd "$BUILD_DIR" - if ! cmake -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" -DCMAKE_BUILD_TYPE=Debug "${TOPDIR}"/../..; then + if ! cmake -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" -DCMAKE_BUILD_TYPE=Debug -DDEBUG_MESSAGES=ON "${TOPDIR}"/../..; then echo "cmake failed" >&2 return 1 fi |
