'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
14 lines
107 B
Batchfile
Executable File
14 lines
107 B
Batchfile
Executable File
@echo off
|
|
|
|
cd core
|
|
call rtest.bat %1
|
|
|
|
cd ..\bugs
|
|
call rtest.bat %1
|
|
|
|
cd ..\iframe
|
|
call rtest.bat %1
|
|
|
|
cd ..
|
|
|