Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Double quote to prevent globbing and word splitting.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.ci/travis/linux/docker-build-test.sh
|
@@ -56,7 +56,7 @@ cmake \ |
|
|
-DWITH_SERVER=ON \ |
|
|
-DDISABLE_DEPRECATED=ON \ |
|
|
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\ |
|
|
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} .. |
|
|
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" .. |
|
|
echo "travis_fold:end:cmake" |
|
|
|
|
|
####### |
|
|