AIDASoft / DD4hep

Detector Description Toolkit for High Energy Physics
http://dd4hep.cern.ch
GNU Lesser General Public License v3.0
47 stars 93 forks source link

DDSim: add checking that files exists to input argument parsing #1247

Closed andresailer closed 4 months ago

andresailer commented 4 months ago

BEGINRELEASENOTES

ENDRELEASENOTES

e.g.:

ddsim --inputFile foobar.tar.gz --compactFile baz.xml | tail -n 5

ERROR: Unknown fileformat for file: ['foobar.tar.gz']
ERROR: the inputfile 'foobar.tar.gz' does not exist
ERROR: the compactfile 'baz.xml' does not exist
ERROR: Batch mode requested, but did not set number of events
github-actions[bot] commented 4 months ago

Test Results

    8 files      8 suites   3h 27m 40s :stopwatch:   362 tests   361 :white_check_mark: 0 :zzz: 1 :x: 1 424 runs  1 423 :white_check_mark: 0 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit be9abe99.