tasn pushed a commit to branch master.

commit ed1d015b8f42fa50ba240e0c0eff981ab6f1a838
Author: Tom Hacohen <[email protected]>
Date:   Mon Jun 10 13:44:36 2013 +0100

    Added more verbose output to test buildbot.
---
 src/bin/run_test.c         | 4 ++++
 src/lib/tsuite_evas_hook.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/src/bin/run_test.c b/src/bin/run_test.c
index 98a38b2..8983dda 100644
--- a/src/bin/run_test.c
+++ b/src/bin/run_test.c
@@ -36,6 +36,10 @@ run_test_play(const List_Entry *ent, char *buf)
          ent->command);
 
    run_test_prefix_rm(CURRENT_SUBDIR, ent->name);
+   if (exactness_config.verbose)
+     {
+        printf("Running %s\n", ent->name);
+     }
 }
 
 void
diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_evas_hook.c
index 3af3b93..a04ca26 100644
--- a/src/lib/tsuite_evas_hook.c
+++ b/src/lib/tsuite_evas_hook.c
@@ -211,6 +211,7 @@ tsuite_shot_do(char *name, Evas *e)
      {
         printf("Cannot save widget to <%s>\n", filename);
      }
+   _tsuite_verbosef("Shot taken (%s).\n", filename);
    ecore_evas_free(ee);
    free(filename);
 }

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to