Skip to content

Commit

Permalink
replace GT in conddb unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
malbouis committed Dec 8, 2021
1 parent 400ccef commit f6f98c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CondCore/Utilities/test/test_conddb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ conddb listGTsForTag SiPixelQuality_phase1_2021_v1 || die 'failed conddb listGT
echo -ne '\n\n'

echo "===========> testing conddb diff"
conddb diff 120X_mcRun3_2021_realistic_v1 120X_mcRun3_2021_realistic_Candidate_2021_06_09_14_33_50 || die 'conddb diff' $?
conddb diff 120X_mcRun3_2021_realistic_v1 120X_mcRun3_2021_realistic_conddb_unitTest || die 'conddb diff' $?
echo -ne '\n\n'

echo "===========> testing conddb diffGlobalTagsAtRun"
conddb diffGlobalTagsAtRun -R 120X_mcRun3_2021_realistic_v1 -T 120X_mcRun3_2021_realistic_Candidate_2021_06_09_14_33_50 --run 1 || die 'conddb diffGlobalTagsAtRun' $?
conddb diffGlobalTagsAtRun -R 120X_mcRun3_2021_realistic_v1 -T 120X_mcRun3_2021_realistic_conddb_unitTest --run 1 || die 'conddb diffGlobalTagsAtRun' $?
echo -ne '\n\n'

echo "===========> testing conddb dump"
Expand Down

0 comments on commit f6f98c8

Please sign in to comment.