commit 2c17ad4: [Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail
Duncan Bellamy
dunk at denkimushi.com
Fri Aug 4 12:07:03 UTC 2023
Author: Duncan Bellamy
Date: 2023-08-03 22:08:06 +0000
URL: https://github.com/rspamd/rspamd/commit/2c17ad4cfab26cac4400695438dc575c9818e224 (refs/pull/4560/head)
[Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
More information about the Commits
mailing list