Skip to content

Commit

Permalink
TST: revert debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Aug 27, 2024
1 parent 57766a9 commit 5c4ccc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_SuiteScripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
python findMinSwitchValue.py -r 102 --maxNevents 6 -d Epix10ka -p /test_find_min_switch_value
mython roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi
python roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi
python roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi
Expand Down Expand Up @@ -198,10 +198,10 @@ def suite_tester():
yield tester

# teardown
# for dir in tester.expected_outcome_dirs:
for dir in tester.expected_outcome_dirs:
# the folders won't exist if passing b/c of missing dependencies
# if os.path.exists(dir):
# shutil.rmtree(dir)
if os.path.exists(dir):
shutil.rmtree(dir)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 5c4ccc2

Please sign in to comment.