Skip to content

Commit 512dcde

Browse files
authored
Merge pull request #46179 from smuzaffar/test_G2GainsValidator-user-mode
run G2GainsValidator.py in user-mode
2 parents e44ac2c + 12a15e6 commit 512dcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
function die { echo $1: status $2 ; exit $2; }
4-
python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py || die "Failure running G2GainsValidator.py" $?
4+
python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py --user-mode || die "Failure running G2GainsValidator.py" $?

0 commit comments

Comments
 (0)