Parent Directory
|
Revision Log
|
Patch
revision 474 by siliconforks, Wed Feb 18 16:08:33 2009 UTC | revision 475 by siliconforks, Sun Oct 4 06:05:17 2009 UTC | |
---|---|---|
# | Line 28 | Line 28 |
28 | test ! -s OUT | test ! -s OUT |
29 | test -s ERR | test -s ERR |
30 | ||
31 | ! jscoverage-server --document-root DOES-NOT-EXIST > OUT 2> ERR | |
32 | test ! -s OUT | |
33 | test -s ERR | |
34 | ||
35 | touch IS-NOT-DIR | |
36 | ! jscoverage-server --document-root IS-NOT-DIR > OUT 2> ERR | |
37 | test ! -s OUT | |
38 | test -s ERR | |
39 | rm -f IS-NOT-DIR | |
40 | ||
41 | ! jscoverage-server --ip-address > OUT 2> ERR | ! jscoverage-server --ip-address > OUT 2> ERR |
42 | test ! -s OUT | test ! -s OUT |
43 | test -s ERR | test -s ERR |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |