Skip to content

Commit

Permalink
uncomment lines for express processing in ConfigDP test
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar committed Dec 6, 2013
1 parent 46fd404 commit 131d1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/DataProcessing/test/run_CfgTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ function runTest { echo $1 ; python $1 || die "Failure for configuration: $1" $?

INPUT=${LOCAL_TEST_DIR}/RunExpressProcessing.py

#runTest "${INPUT} --scenario cosmics --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"
#runTest "${INPUT} --scenario pp --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"
#runTest "${INPUT} --scenario HeavyIons --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"
runTest "${INPUT} --scenario cosmics --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"
runTest "${INPUT} --scenario pp --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"
runTest "${INPUT} --scenario HeavyIons --global-tag GLOBALTAG::ALL --lfn /store/whatever --fevt --alca --dqm"


INPUT=${LOCAL_TEST_DIR}/RunRepack.py
Expand Down

0 comments on commit 131d1a9

Please sign in to comment.