diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-02-18 20:23:09 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-18 22:32:49 +0100 |
commit | cf4170fcea5b23b22352a1915f77e69a90f80520 (patch) | |
tree | 6e02d542a1d33357231154351b5e16d658008c82 /test | |
parent | c6ae7425aa9cac34e5ce320b1ac3a09753f6c66f (diff) | |
download | libfuse-cf4170fcea5b23b22352a1915f77e69a90f80520.tar.gz |
Fix a typo in test/ci-build.sh (ct vs cat)
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ci-build.sh b/test/ci-build.sh index 3f0ff85..40bb79e 100755 --- a/test/ci-build.sh +++ b/test/ci-build.sh @@ -81,7 +81,7 @@ sanitized_build() meson setup -Dprefix=${PREFIX_DIR} -D werror=true\ "${SOURCE_DIR}" \ - || (ct meson-logs/meson-log.txt; false) + || (cat meson-logs/meson-log.txt; false) meson configure $SAN # b_lundef=false is required to work around clang |