Skip to content

Commit 75dfbfd

Browse files
committed
[NOBIN] Changed regex in a test
1 parent 779c75a commit 75dfbfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
3939
add_test(RunTestCase2 "${CMAKE_INSTALL_PREFIX}//runshc.exe" "${CMAKE_INSTALL_PREFIX}//test_case2.shc.dll")
4040
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS test_case2_dll)
4141
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc)
42-
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "*DLL loaded*DLL unloaded*>>> FINISHED.*")
42+
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "DLL loaded" APPEND)
43+
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED." APPEND)

0 commit comments

Comments
 (0)