]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tests: Drop 60s delay in shutdowntest
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 24 Jan 2014 02:58:50 +0000 (21:58 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 24 Jan 2014 16:33:35 +0000 (11:33 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/tests/shutdowntest.c

index e8a7126971781f68f32e658b9e6f83dc866f1813..6e4bb3175812bfe0470beba632c4662ab34154ab 100644 (file)
@@ -68,8 +68,6 @@ int main(int argc, char *argv[])
                fprintf(stderr, "%d: failed to start %s\n", __LINE__, MYNAME);
                goto out;
        }
-       fprintf(stderr, "%d: %s started, you have 60 seconds to test a console\n", __LINE__, MYNAME);
-       sleep(60);  // wait a minute to let user connect to console
 
        if (!c->shutdown(c, 60)) {
                fprintf(stderr, "%d: failed to shut down %s\n", __LINE__, MYNAME);