diff options
author | Duncan Bellamy <dunk@denkimushi.com> | 2023-08-03 22:08:06 +0000 |
---|---|---|
committer | Duncan Bellamy <dunk@denkimushi.com> | 2023-08-03 22:08:45 +0000 |
commit | 2c17ad4cfab26cac4400695438dc575c9818e224 (patch) | |
tree | 2471e3fc6a37c3aabee1e397512b91d7fc391cd4 /CMakeLists.txt | |
parent | cabae15eabce5cd4c2cbbddaf3d4088543d91b9c (diff) | |
download | rspamd-2c17ad4cfab26cac4400695438dc575c9818e224.tar.gz rspamd-2c17ad4cfab26cac4400695438dc575c9818e224.zip |
[Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5402c4806..efda209ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -777,7 +777,7 @@ IF (NOT DEBIAN_BUILD) ADD_CUSTOM_TARGET(check DEPENDS rspamd-test-cxx rspamd-test) ADD_CUSTOM_TARGET(run-test DEPENDS check COMMAND test/rspamd-test-cxx - COMMAND sh -c 'LUA_PATH= "${CMAKE_SOURCE_DIR}/lualib/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/init.lua\;${CMAKE_SOURCE_DIR}/contrib/lua-?/?.lua" + COMMAND sh -c 'LUA_PATH="${CMAKE_SOURCE_DIR}/lualib/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/init.lua\;${CMAKE_SOURCE_DIR}/contrib/lua-?/?.lua" test/rspamd-test -p /rspamd/lua') ENDIF (NOT DEBIAN_BUILD) |