fixing header and maxEvents for jet reconstruction nightly tests
Compare changes
@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
The edits to test_jet.sh in this MR make the necessary fixes so that nightly ART jobs run successfully. The header has removed the input file because we are reading the file directly from cvmfs nightlies. Also, the maxEvents in the test file may not always be 3000, so -1 is given as a precaution. @tcuhadar