Skip to content

Commit

Permalink
enable logging function.
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseifedotov committed Dec 6, 2024
1 parent fa72026 commit 44e5edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-agent/t/podman-runner.nu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Allows running tests inside of podman.
# If nu shell is not there, install it: 'cargo install --locked nu'

use std log

## TODO how to cleanup the temp directory?
def populate-mock-efivars [] {
let d = (mktemp --directory)
Expand Down

0 comments on commit 44e5edf

Please sign in to comment.