summaryrefslogtreecommitdiff
path: root/tools
diff options
authorDidier Roche <didier.roche@canonical.com>2012-01-20 11:52:28 +0100
committerDidier Roche <didier.roche@canonical.com>2012-01-20 11:52:28 +0100
commita7926c2ebfb18bcff3618329b6d9004e4a60bcce (patch)
tree74e6066157f30b3ffadb5ad8aee702b0cd13192c /tools
parent889e67287b55e43a5b7448ac1449ac1ff72ad076 (diff)
be without any mercy
(bzr r1854.1.2)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unity.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unity.cmake b/tools/unity.cmake
index 791813094..579aee4b9 100755
--- a/tools/unity.cmake
+++ b/tools/unity.cmake
@@ -140,7 +140,7 @@ def process_and_start_unity (verbose, debug_mode, compiz_args, log_file):
# kill a previous compiz if was there (this is a hack as compiz can
# sometimes get stuck and not exit on --replace)
- subprocess.call (["pkill", "compiz"])
+ subprocess.call (["pkill", "-9", "compiz"])
# shell = True as it's the simpest way to | tee.
# In this case, we need a string and not a list