Skip to content

Commit

Permalink
remove test output limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Aug 18, 2023
1 parent eb47e28 commit 14656d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_CLDConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def _CLDConfig(test_fun):
@_CLDConfig
def test_lcio_edm4hep():
res = subprocess.run("k4run --inputFile=../test.slcio --outputBasename=rec_test CLDReconstruction.py".split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True)
assert res.returncode == 0, res.stdout[-(30*80):]
assert res.returncode == 0, res.stdout

0 comments on commit 14656d1

Please sign in to comment.