![]() |
|
|||
File indexing completed on 2025-03-14 23:36:19
0001 #!/bin/bash 0002 0003 function die { echo $1: status $2 ; exit $2; } 0004 0005 cmsRun -j fwjr.xml ${SCRAM_TEST_PATH}/jobreport_cfg.py > log.txt 2>&1 || die "cmsRun jobreport_cfg.py failed" $? 0006 ${SCRAM_TEST_PATH}/compareJobReportToOutput.py fwjr.xml log.txt || die "Job report comparison to log failed" $? 0007 0008
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |