Improve quotation of test script

This commit is contained in:
project-repo 2023-02-14 20:21:09 +01:00
commit 401733d092

View file

@ -2,10 +2,10 @@
RESULT=0
cd $MESONCURRENTCONFIGDIR
cd "${MESONCURRENTCONFIGDIR}"
rm -rf test/test-scan-build
meson setup test/test-scan-build -Dxwayland=true -Dman-pages=true --buildtype=release || RESULT=1
SCANBUILD="$(pwd)/test/testing-configurations/my-scan-build" ninja -C test/test-scan-build scan-build || RESULT=1
rm -rf test/test-scan-build
exit $RESULT
exit "${RESULT}"