Skip to content
1 change: 1 addition & 0 deletions Utilities/ReleaseScripts/test/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -ex
which scram
ls -l
scram list -c $(echo $CMSSW_VERSION | sed 's|_X.*|_X|')

4 changes: 4 additions & 0 deletions Utilities/ReleaseScripts/test/run_checkDictionaryUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ FAILURE="fail"
DATAFORMATS_CHANGED=40
POLICY_VIOLATION=41

# added test comments
# added
# line added
# more lines
function die { echo Failure $1: status $2 ; exit $2 ; }
function checkExitCode {
if [ "$1" == "$FAILURE" ]; then
Expand Down