Skip to content

Commit

Permalink
squash:update^^
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 31, 2024
1 parent 180d98b commit d1571d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/clean/basic/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rlJournalStart
rlPhaseStartSetup
rlRun "root=/var/tmp/tmt"
rlRun "test_root=/var/tmp/test_root"
rlRun "test_root=\$(mktemp -d)" 0 "Creating tmp root workdir"
rlRun "pushd data"
rlPhaseEnd

Expand Down
3 changes: 1 addition & 2 deletions tmt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1872,8 +1872,7 @@ def status(
raise tmt.utils.GeneralError(f"Path '{workdir_root}' doesn't exist.")

status_obj = tmt.Status(
logger=context.obj.logger.clone().
apply_verbosity_options(**kwargs),
logger=context.obj.logger.clone().apply_verbosity_options(**kwargs),
cli_invocation=CliInvocation.from_context(context),
workdir_root=effective_workdir_root(workdir_root))
status_obj.show()
Expand Down

0 comments on commit d1571d8

Please sign in to comment.