lordgamez commented on a change in pull request #1059:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1059#discussion_r619231323
##########
File path: extensions/http-curl/tests/CMakeLists.txt
##########
@@ -40,8 +40,8 @@ FOREACH(testfile ${CURL_UNIT_TESTS})
target_wholearchive_library(${testfilename} minifi-civet-extensions)
target_wholearchive_library(${testfilename} minifi-standard-processors)
- MATH(EXPR CURL_INT_TEST_COUNT "${CURL_INT_TEST_COUNT}+1")
-# add_test(NAME "${testfilename}" COMMAND "${testfilename}"
WORKING_DIRECTORY ${TEST_DIR})
+ MATH(EXPR CURL_INT_TEST_COUNT "${CURL_INT_TEST_COUNT}+1")
Review comment:
I removed the leading space which made the row alignment correct in my
editor and I did not notice there was another leading space left. Replaced all
leading spaces with tabs in 7d2ce7d94bc3ce060822f6cf3bf0f770c7b36bde
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]