Initial checkin of test batch files.
git-svn-id: svn://10.0.0.236/trunk@20012 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
801a4fe99f
commit
670211edd8
18
mozilla/tools/tests/launchviewer.bat
Executable file
18
mozilla/tools/tests/launchviewer.bat
Executable file
@ -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
|
||||
|
||||
|
||||
|
||||
3
mozilla/tools/tests/url.txt
Normal file
3
mozilla/tools/tests/url.txt
Normal file
@ -0,0 +1,3 @@
|
||||
http://www.yahoo.com
|
||||
http://www.mozilla.org
|
||||
http://www.city.net
|
||||
Loading…
x
Reference in New Issue
Block a user