]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Make blub happy
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 70a58447857f97e21dad1dfc3390b1bacde9c234..65002c9e362d9ef73b9172e71921923190420d8d 100644 (file)
--- a/test.c
+++ b/test.c
@@ -936,10 +936,12 @@ void task_schedualize(const char *curdir) {
          * in the virtual machine.
          */
         if (!task_execute(task_tasks[i].template)) {
-            con_err("test failure: `%s` [%s]\n",
+            con_err("test failure: `%s` [%s] see %s.stdout and %s.stderr\n",
                 task_tasks[i].template->description,
                 (task_tasks[i].template->failuremessage) ?
-                task_tasks[i].template->failuremessage : "unknown"
+                task_tasks[i].template->failuremessage : "unknown",
+                task_tasks[i].template->tempfilename,
+                task_tasks[i].template->tempfilename
             );
             continue;
         }