mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-11 21:10:19 +01:00
Approval filenames are now approvedResults.txt and unapprovedResults.txt (only the former is checked in)
This commit is contained in:
@@ -3,8 +3,8 @@ import sys
|
||||
import shutil
|
||||
|
||||
catchPath = os.path.realpath(os.path.dirname(sys.argv[0]))
|
||||
baselinesPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/results.txt' )
|
||||
filteredResultsPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/newResults.txt' )
|
||||
baselinesPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/approvedResults.txt' )
|
||||
filteredResultsPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/unapprovedResults.txt' )
|
||||
|
||||
if os.path.isfile( filteredResultsPath ):
|
||||
os.remove( baselinesPath )
|
||||
|
||||
Reference in New Issue
Block a user