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