diff --git a/mozilla/tools/tests/launchviewer.bat b/mozilla/tools/tests/launchviewer.bat new file mode 100755 index 00000000000..8c57f03336e --- /dev/null +++ b/mozilla/tools/tests/launchviewer.bat @@ -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 + + + diff --git a/mozilla/tools/tests/url.txt b/mozilla/tools/tests/url.txt new file mode 100644 index 00000000000..0777dd4f7ee --- /dev/null +++ b/mozilla/tools/tests/url.txt @@ -0,0 +1,3 @@ +http://www.yahoo.com +http://www.mozilla.org +http://www.city.net