Parent Directory
|
Revision Log
|
Patch
revision 129 by siliconforks, Sun Jun 1 14:08:57 2008 UTC | revision 130 by siliconforks, Tue Jun 3 02:41:23 2008 UTC | |
---|---|---|
# | Line 26 | Line 26 |
26 | ;; | ;; |
27 | esac | esac |
28 | ||
29 | function shutdown() { | shutdown() { |
30 | wget -q -O- --post-data= "http://127.0.0.1:${server_port}/jscoverage-shutdown" > /dev/null | wget -q -O- --post-data= "http://127.0.0.1:${server_port}/jscoverage-shutdown" > /dev/null |
31 | wait $server_pid | wait $server_pid |
32 | } | } |
33 | ||
34 | function cleanup() { | cleanup() { |
35 | shutdown | shutdown |
36 | } | } |
37 |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |