Added more verbose output to test buildbot.

This commit is contained in:
Tom Hacohen 2013-06-10 13:44:36 +01:00
parent afb0cd3cd1
commit ed1d015b8f
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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);
}