[gnome-continuous] installedtests: fix typo in autostart file and kill gnome-initial-setup
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] installedtests: fix typo in autostart file and kill gnome-initial-setup
- Date: Fri, 27 Mar 2015 16:45:46 +0000 (UTC)
commit 01bcbcebcf6107ed01b8b700c1d201731d4ad994
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Fri Mar 27 17:45:37 2015 +0100
installedtests: fix typo in autostart file and kill gnome-initial-setup
src/js/tasks/task-integrationtest.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-integrationtest.js b/src/js/tasks/task-integrationtest.js
index a5a4cc0..af11955 100644
--- a/src/js/tasks/task-integrationtest.js
+++ b/src/js/tasks/task-integrationtest.js
@@ -133,6 +133,7 @@ const TaskIntegrationTest = new Lang.Class({
let testsScript = '#!/bin/sh\n\
mkdir ~/.config\n\
echo "yes" >> ~/.config/gnome-initial-setup-done\n\
+killall gnome-initial-setup || true\n\
gnome-desktop-testing-runner --parallel 0 --status=yes --report-directory=~/installed-tests-results\n';
let dest = deployEtcDir.resolve_relative_path('home/testuser/gnome-continuous-installed-tests.sh');
GSystem.file_ensure_directory(dest.get_parent(), true, cancellable);
@@ -142,7 +143,7 @@ gnome-desktop-testing-runner --parallel 0 --status=yes --report-directory=~/inst
let desktopFile = '[Desktop Entry]\n\
Encoding=UTF-8\n\
Name=GNOME installed tests runner\n\
-Exec=sh home/testuser/gnome-continuous-installed-tests.sh\n\
+Exec=sh /home/testuser/gnome-continuous-installed-tests.sh\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]