diff options
author | Brendan Taylor <whateley@gmail.com> | 2010-11-13 11:10:16 -0700 |
---|---|---|
committer | Brendan Taylor <whateley@gmail.com> | 2010-11-13 11:10:16 -0700 |
commit | a63c3af9b14695579dfbec2681e34f9f40655085 (patch) | |
tree | e87048923a752706af11aa6df608530934633065 /Makefile | |
parent | 63b6c90cb3911a7424f5d30c63526a3b42ab3a5f (diff) |
shutdown uzbl-cookie-manager in test-uzbl-browser-sandbox
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |