mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
tests/tuliprox: reduce verboseness
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
testScript = ''
|
||||
machine.wait_for_unit("multi-user.target")
|
||||
machine.wait_for_open_port(8901)
|
||||
machine.succeed("curl -vvv -s http://127.0.0.1:8901/")
|
||||
machine.succeed("curl -v -s http://127.0.0.1:8901/")
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user