[gnome-logs/wip/test] Update ./gnome-logs-behave-test as the path of the test binary in environment.py



commit 023bbfb4fba0863bc80e14d229c20a2adb87f017
Author: Rashi Aswani <aswanirashi19 gmail com>
Date:   Sat Aug 22 00:16:13 2015 +0530

    Update ./gnome-logs-behave-test as the path of the test binary in environment.py

 tests/environment.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/environment.py b/tests/environment.py
index 1996442..a5d8172 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -31,7 +31,7 @@ def before_all(context):
         # Store scenario start time for session logs
         context.log_start_time = strftime("%Y-%m-%d %H:%M:%S", localtime())
 
-        context.app_class = App('~/checkout/gnome/gnome-logs/tests/gnome-logs-behave-test')
+        context.app_class = App('./gnome-logs-behave-test')
 
     except Exception as e:
         print("Error in before_all: %s" % e.message)


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