[gnome-desktop-testing] Also print to stdout successful/failing tests
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop-testing] Also print to stdout successful/failing tests
- Date: Thu, 20 Feb 2014 15:58:19 +0000 (UTC)
commit 0de9637c4203bdaeda4e6f04840b153f8d3b9c35
Author: Colin Walters <walters verbum org>
Date: Mon Feb 10 09:14:11 2014 -0500
Also print to stdout successful/failing tests
This makes the runner more pleasant to run interactively.
src/gnome-desktop-testing-runner.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index 5c12547..2d6117d 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -299,7 +299,7 @@ log_test_completion (Test *test,
keys[1] = msgid;
keys[2] = NULL;
- gs_log_structured (msg, (const char *const*)keys);
+ gs_log_structured_print (msg, (const char *const*)keys);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]