Skip to content

Commit

Permalink
Do not remove output files one by one
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm committed Nov 22, 2024
1 parent 517971a commit 825cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/report/junit/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rlJournalStart
done

rlPhaseStartCleanup
rlRun "rm junit.xml custom-template-out.xml custom-deep-tree-template-out.xml custom-subresults-template-out.xml"
rlRun "rm *.xml"
rlRun "popd"
rlRun "rm -rf $tmp"
rlPhaseEnd
Expand Down

0 comments on commit 825cf3d

Please sign in to comment.