-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
71 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#! /bin/bash | ||
|
||
function die { echo $1: status $2 ; exit $2; } | ||
|
||
echo "TESTING Alignment/Zmumu single configuration with json..." | ||
pushd test_yaml/Zmumu/single/testSingleZMM/unitTestZmumuMCreal/1/ | ||
./cmsRun validation_cfg.py config=validation.json || die "Failure running Zmumu first single configuration with json" $? | ||
popd | ||
|
||
echo "TESTING Alignment/Zmumu single configuration with json..." | ||
pushd test_yaml/Zmumu/single/testSingleZMM/unitTestZmumuMCdesign/1/ | ||
./cmsRun validation_cfg.py config=validation.json || die "Failure running Zmumu second single configuration with json" $? | ||
|
||
echo "TESTING Alignment/Zmumu single configuration standalone..." | ||
./cmsRun validation_cfg.py || die "Failure running Zmumu single configuration standalone" $? | ||
popd | ||
|
||
echo "TESTING Zmumu merge step" | ||
pushd test_yaml/Zmumu/merge/testSingleZMM/1/ | ||
./Zmumumerge --verbose validation.json || die "Failure running Zmumu merge step" $? | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters