Skip to content

Commit 2afa1d9

Browse files
committed
[roottest] Skip rootcling instead of rootcint from output
Now that we use `rootcling` instead of `rootcint` in Make project, this needs to be updated. Follows up on e421de6.
1 parent 9c4a8d2 commit 2afa1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roottest/scripts/custom_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def filter(lines, ignoreWhiteSpace = False):
2626
continue
2727
if ' -nologo -TP -c -nologo -I' in line:
2828
continue
29-
if 'rootcint -v1 -f ' in line:
29+
if 'rootcling -v1 -f ' in line:
3030
continue
3131
if 'No precompiled header available' in line:
3232
continue

0 commit comments

Comments
 (0)