mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 21:44:19 +02:00
Improve quotation of test script
This commit is contained in:
parent
c1d0902a6d
commit
401733d092
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue