Skip to content

Commit 6b0f075

Browse files
author
WCSim CI
committed
Check for overlap warnings
1 parent d3bc22a commit 6b0f075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunTests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def compare_badfile(common_funcs, test_webpage, variables, test_num, debug):
261261
if os.path.isfile(test_file_bad):
262262
os.remove(test_file_bad)
263263

264-
grep_patterns = ["GeomNav1002", "Optical photon is killed because of missing refractive index"]
264+
grep_patterns = ["GeomNav1002", "Optical photon is killed because of missing refractive index", "GeomVol1002"]
265265

266266
#Check if wcsim_run.out exists
267267
if not os.path.isfile("wcsim_run.out"):

0 commit comments

Comments
 (0)