diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-21 15:09:31 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-21 15:10:55 +0200 |
commit | 1377d85022297118f523097f7cafda08be02a549 (patch) | |
tree | f3349672cd15c579dc24a41306b2d0b64aff78f8 /tests/testrunner.sh | |
parent | 58ccdb77abcdffa0c51769aefc6ca132701e4811 (diff) | |
download | vala-1377d85022297118f523097f7cafda08be02a549.tar.gz |
testrunner: Add missing quotes
Diffstat (limited to 'tests/testrunner.sh')
-rwxr-xr-x | tests/testrunner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrunner.sh b/tests/testrunner.sh index f9ff98163..4a08c0079 100755 --- a/tests/testrunner.sh +++ b/tests/testrunner.sh @@ -30,7 +30,7 @@ run_prefix="" export G_DEBUG=fatal_warnings VALAC=$topbuilddir/compiler/valac$EXEEXT -VALAFLAGS="$VALAFLAGS --vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -DGETTEXT_PACKAGE=valac -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral -X -Werror=redundant-decls -X -Werror=int-conversion" +VALAFLAGS="$VALAFLAGS --vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -DGETTEXT_PACKAGE=\"valac\" -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral -X -Werror=redundant-decls -X -Werror=int-conversion" VAPIGEN=$topbuilddir/vapigen/vapigen$EXEEXT VAPIGENFLAGS="--vapidir $vapidir" |