aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 11:10:16 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 11:10:16 -0700
commita63c3af9b14695579dfbec2681e34f9f40655085 (patch)
treee87048923a752706af11aa6df608530934633065 /Makefile
parent63b6c90cb3911a7424f5d30c63526a3b42ab3a5f (diff)
shutdown uzbl-cookie-manager in test-uzbl-browser-sandbox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81df414..0d8e750 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ test-uzbl-browser-sandbox: uzbl-browser
source ./sandbox/env.sh && uzbl-cookie-manager -v &
source ./sandbox/env.sh && uzbl-event-manager restart -navv &
source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose
+ kill `cat ./sandbox/home/.cache/uzbl/cookie_daemon_socket.pid`
source ./sandbox/env.sh && uzbl-event-manager stop -ivv
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr