Skip to content

Commit

Permalink
squash: remove feeling-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Nov 5, 2024
1 parent d26b8fa commit b7a6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clean/basic/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rlJournalStart

rlPhaseStartTest "Create a couple of runs in non-default root workdir"
for id in {001..003}; do
rlRun "tmt --feeling-safe run --id clean-$id --workdir_root $test_root"
rlRun "tmt run --id clean-$id --workdir_root $test_root"
rlAssertExists "$test_root/clean-$id"
done
rlPhaseEnd
Expand Down

0 comments on commit b7a6692

Please sign in to comment.