From 3168061c99a96326d54bf405fb5d5a2278bc3d88 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 27 Apr 2022 00:10:27 -0700 Subject: [PATCH] Add output of x52bugreport to CI run --- .github/scripts/build-and-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/build-and-test.sh b/.github/scripts/build-and-test.sh index 5f64832..64bfb66 100755 --- a/.github/scripts/build-and-test.sh +++ b/.github/scripts/build-and-test.sh @@ -10,6 +10,9 @@ make -j V=0 make -j check V=0 make -j distcheck +# Print bugreport output +./x52bugreport + # Make sure that there are no changes to the source code # This may happen if the source have changed with differences to the # translation files and templates. Enabling this will allow us to catch