[gnome-continuous] applicationstest: Remove bogus line



commit af53cac5dc045604159d4dda809448eed8e539ee
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Nov 15 14:32:44 2013 -0500

    applicationstest: Remove bogus line
    
    this._statusPath is undefined

 src/js/tasks/task-applicationstest.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-applicationstest.js b/src/js/tasks/task-applicationstest.js
index f992b64..6faf5e8 100644
--- a/src/js/tasks/task-applicationstest.js
+++ b/src/js/tasks/task-applicationstest.js
@@ -69,7 +69,6 @@ const TaskApplicationsTest = new Lang.Class({
             this._testingApp = value.deep_unpack();
             print("got testingAppStart id=" + this._testingApp);
             this._allApps[this._testingApp] = {'state': 'running'};
-            GSystem.file_ensure_directory(this._statusPath.get_parent(), true, null);
             this._testingAppCoredumped = false;
         } else if (msgId == 'TestingAppTimedOut') {
             print("got TestingAppTimedOut");


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