Skip to content

Commit

Permalink
add unecessary print to see what stage file is left that should not b…
Browse files Browse the repository at this point in the history
…e there

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 24, 2021
1 parent e1e0b39 commit 28f1315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spack/spack/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def check_for_leftover_stage_files(request, mock_stage, ignore_stage_files):
else:
raise

print(stage_files)
if 'disable_clean_stage_check' in request.keywords:
# clean up after tests that are expected to be dirty
for f in files_in_stage:
Expand Down

0 comments on commit 28f1315

Please sign in to comment.