[gnome-ostree] integrationtest: Output status during tests



commit 95d708a6c7ffd34ce07850fb1b5908d852d4a466
Author: Colin Walters <walters verbum org>
Date:   Tue Jun 18 16:17:39 2013 -0400

    integrationtest: Output status during tests
    
    This will help figure out which test is periodically hanging.

 src/js/tasks/task-integrationtest.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-integrationtest.js b/src/js/tasks/task-integrationtest.js
index 06b6495..8a8d9d2 100644
--- a/src/js/tasks/task-integrationtest.js
+++ b/src/js/tasks/task-integrationtest.js
@@ -77,7 +77,7 @@ const TaskIntegrationTest = new Lang.Class({
         let desktopFile = '[Desktop Entry]\n\
 Encoding=UTF-8\n\
 Name=GNOME installed tests runner\n\
-Exec=gnome-desktop-testing-runner --parallel 0\n\
+Exec=gnome-desktop-testing-runner --parallel 0 --status=yes\n\
 Terminal=false\n\
 Type=Application\n';
         let dest = deployEtcDir.resolve_relative_path('xdg/autostart/gnome-desktop-testing.desktop');


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]