Skip to content

Commit

Permalink
try to get more helpful log output
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Feb 29, 2024
1 parent 8a6b391 commit c38cf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/basic-functionality.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Describe "Basic Functionality" {
}

It "is possible to use nixos-rebuild" {
$distro.Launch("sudo nixos-rebuild switch")
$distro.Launch("sudo nixos-rebuild switch --verbose")
$LASTEXITCODE | Should -Be 0
}

Expand Down
2 changes: 1 addition & 1 deletion tests/lib/lib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Distro {
$LASTEXITCODE | Should -Be 0

# Rebuild
$this.Launch("sudo nixos-rebuild switch")
$this.Launch("sudo nixos-rebuild switch --verbose")
$LASTEXITCODE | Should -Be 0

Write-Host "Config installed successfully"
Expand Down

0 comments on commit c38cf35

Please sign in to comment.