From 3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 7 Nov 2020 00:13:31 -0700 Subject: Unmute some more outputs, document the remaining mutes --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 91adae3..cb297ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -226,6 +226,7 @@ async fn test_flake_support() -> Result { .arg("eval") .arg("--expr") .arg("builtins.getFlake") + // This will error on some machines "intentionally", and we don't really need that printing .stdout(Stdio::null()) .stderr(Stdio::null()) .status() -- cgit v1.2.3