Skip to content

Commit

Permalink
Allow negative value for counted gametics and realtics in test regexps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Sep 24, 2023
1 parent fcb198c commit c804cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ foreach(MODULE ${COMPILE_MODULES})
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}/test_data"
)
set_tests_properties("${PROGRAM_PREFIX}${MODULE}" PROPERTIES
PASS_REGULAR_EXPRESSION "Насчитано [0-9]+ gametics в [0-9]+ realtics;Timed [0-9]+ gametics in [0-9]+ realtics"
PASS_REGULAR_EXPRESSION "Насчитано [-]?[0-9]+ gametics в [-]?[0-9]+ realtics;Timed [-]?[0-9]+ gametics in [-]?[0-9]+ realtics"
FAIL_REGULAR_EXPRESSION "SEGV"
TIMEOUT 150
)
Expand Down

0 comments on commit c804cac

Please sign in to comment.