X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-tool%2Ftest-tool.c;h=55e503f15281751550d03918da45a9be89d087ab;hb=refs%2Ftags%2F1.13.12;hp=59b9d67a8c25a8bc30b8cf815c59cf89176c90df;hpb=15289d4b726d7c38702794df23c61ae40879a46c;p=libguestfs.git diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index 59b9d67..55e503f 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -64,7 +64,7 @@ #define P_tmpdir "/tmp" #endif -#define DEFAULT_TIMEOUT 120 +#define DEFAULT_TIMEOUT 600 static int timeout = DEFAULT_TIMEOUT; static char tmpf[] = P_tmpdir "/libguestfs-test-tool-sda-XXXXXX"; @@ -165,6 +165,7 @@ main (int argc, char *argv[]) for (i = 0; environ[i] != NULL; ++i) if (STREQLEN (environ[i], "FEBOOTSTRAP_", 12)) printf ("%s\n", environ[i]); + printf ("TMPDIR=%s\n", getenv ("TMPDIR") ? : "(not set)"); /* Create the handle and configure it. */ g = guestfs_create ();