Mozilla/mozilla/tools/tests/launchviewer.bat
cyeh%netscape.com 7d89e840e2 Remove mozilla/layout/config and use mozilla/config instead.
git-svn-id: svn://10.0.0.236/trunk@21159 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-18 18:16:21 +00:00

19 lines
750 B
Batchfile
Executable File

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:\recover\mozilla\dist\WIN32_D.OBJ\bin\viewer.exe -v -d 15 -f y:\url.txt > y:\smoke.status.txt