We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e44ac2c + 12a15e6 commit 512dcdeCopy full SHA for 512dcde
CondCore/SiStripPlugins/test/test_G2GainsValidator.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
function die { echo $1: status $2 ; exit $2; }
4
-python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py || die "Failure running G2GainsValidator.py" $?
+python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py --user-mode || die "Failure running G2GainsValidator.py" $?
0 commit comments