Skip to content

Commit

Permalink
[TEST] Fixed test parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Feb 16, 2024
1 parent b917c52 commit c40bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ if(HH_BUILD_TESTING)
set_tests_properties(TestThreadsScan PROPERTIES PASS_REGULAR_EXPRESSION "\"suspicious_count\" : ")

# 6) test scan code patterns with caching
add_test (TestCodeScanNoDump ${CMAKE_INSTALL_PREFIX}/hollows_hunter -json -dir scan_out -cache -code P -ofilter 2)
add_test (TestCodeScanNoDump ${CMAKE_INSTALL_PREFIX}/hollows_hunter -json -dir scan_out -cache -shellc P -ofilter 2)
set_tests_properties(TestCodeScanNoDump PROPERTIES PASS_REGULAR_EXPRESSION "\"suspicious_count\" : ")
endif()

0 comments on commit c40bbbe

Please sign in to comment.