Approval filter condenses hop filenames as well as cpp

This commit is contained in:
Phil Nash 2013-01-03 08:48:05 +00:00
parent 0d4609f536
commit 7409075302
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import sys
import subprocess
import re
filenameParser = re.compile( r'\s*.*/(.*\.cpp)(.*)' )
filenameParser = re.compile( r'\s*.*/(.*\..pp)(.*)' )
hexParser = re.compile( r'(.*)\b(0[xX][0-9a-fA-F]+)\b(.*)' )
catchPath = os.path.realpath(os.path.dirname(sys.argv[0]))

View File

@ -2123,7 +2123,7 @@ Summary for test case 'second tag':
-- Test case: 'selftest/main' ----------------------------------
-- Section: 'selftest/expected result' -------------------------
-- Section: 'selftest/expected result/failing tests' -----------
/Users/Phil/Dev/OSS/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/../../../SelfTest/catch_self_test.hpp:106:
catch_self_test.hpp:106:
[106] succeeded
[with message: Tests failed, as expected]
@ -2209,7 +2209,7 @@ All 25 assertions passed
-- Section: 'selftest/expected result' -------------------------
-- Section: 'selftest/expected result/succeeding tests' --------
/Users/Phil/Dev/OSS/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/../../../SelfTest/catch_self_test.hpp:95:
catch_self_test.hpp:95:
[95] succeeded
[with message: Tests passed, as expected]