summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/container-shape.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/container-shape.nix b/tests/container-shape.nix
index c292d9f..3ce305b 100644
--- a/tests/container-shape.nix
+++ b/tests/container-shape.nix
@@ -21,5 +21,9 @@ import <nixpkgs/nixos/tests/make-test.nix> ( { pkgs, ... }: {
$machine->succeed("nixos-container start shape2");
$machine->succeed("nixos-container run shape2 -- hostname") =~ /shape/ or die;
$machine->succeed("nixos-container run shape2 -- test -e /init");
+
+ $machine->waitForUnit("weechat.service");
+ $machine->succeed("tmux list-session | grep irc");
+ $machine->succeed("pgrep weechat");
'';
})