зеркало из https://github.com/mozilla/pjs.git
Initial checkin of test batch files.
This commit is contained in:
Родитель
f696de06e0
Коммит
10948a4c97
|
@ -0,0 +1,18 @@
|
|||
rem This batch file simply runs the viewer with appropriate
|
||||
rem command line arguments to cause it to visit a series of
|
||||
rem urls (specified in url.txt) and allows 15 seconds for each
|
||||
rem to load.
|
||||
rem the output is put into smoke_status.txt. This is where you
|
||||
rem will find if it successfully finished loading the various
|
||||
rem pages in the allotted 15 seconds.
|
||||
rem if the url.txt gets too large, the log file will suck.
|
||||
rem keep that in mind. If it looks like it's getting unmanagable,
|
||||
rem Bindu has some alternative filters to run it through to weed
|
||||
rem out the interesting information. She can be contacted at
|
||||
rem bsharma@netscape.com
|
||||
|
||||
@echo off
|
||||
y:\x86Rel\viewer.exe -v -d 15 -f y:\url.txt > y:\smoke.status.txt
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
http://www.yahoo.com
|
||||
http://www.mozilla.org
|
||||
http://www.city.net
|
Загрузка…
Ссылка в новой задаче