summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashi Aswani <aswanirashi19@gmail.com>2015-08-28 20:04:34 +0530
committerRashi Aswani <aswanirashi19@gmail.com>2015-08-28 20:04:34 +0530
commit082ff961608afc342c08179a83672af61998cf24 (patch)
tree0ffe501a2b92850a185f114052d82b220fdfb33b
parent6a792c8eb6ccded7f75fb35a60de82550dd1f6ac (diff)
downloadgnome-logs-wip/test.tar.gz
Use killall in place of --force shutdown in environment.pywip/test
-rw-r--r--tests/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/environment.py b/tests/environment.py
index a5d8172..4f84fa6 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -16,7 +16,7 @@ def before_all(context):
try:
# Close running logs instances
- os.system("./gnome-logs-behave-test --force-shutdown > /dev/null")
+ os.system("killall gnome-logs-behave-tests")
# Skip dogtail actions to print to stdout
config.logDebugToStdOut = False