diff --git a/update-agent/t/podman-runner.nu b/update-agent/t/podman-runner.nu index 5507c3b7..3cb9d0fa 100755 --- a/update-agent/t/podman-runner.nu +++ b/update-agent/t/podman-runner.nu @@ -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)