Skip to content

Commit

Permalink
tests: make nix-copy-closure less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 1, 2024
1 parent 91c702b commit da082d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deploy() {
nix-build --arg conf "$SELF/tests/$SRC.nix" "$SELF/buildos.nix" -o "$F"
STORE=$(readlink -f "$F")

nix-copy-closure --to "$DEST" "$STORE"
nix-copy-closure --to "$DEST" "$STORE" 2>&1 | grep -v "copying path"
ssh nix-env -p /nix/var/nix/profiles/system --set "$STORE"
ssh "$STORE/bin/switch-to-configuration" switch
}
Expand Down

0 comments on commit da082d8

Please sign in to comment.