This repository has been archived on 2022-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
tso-sw/silly.windows.bat.trololol.bat
surtur 5536969e40
Some checks failed
continuous-integration/drone/push Build is failing
refactor: mv test29 test00 + updated .drone.yml and docs
* also refactored silly.windows.bat.trololol.bat
2020-07-11 11:32:23 +02:00

18 lines
686 B
Batchfile

REM test-set-desktop
FOR /L %%A IN (1,1,9) DO (
robot -o "TC_0%%A - Output" -r "TC_0%%A - Report" -l "TC_0%%A - Log" "test0%%A.robot"
)
FOR /L %%A IN (10,1,19) DO (
robot -o "TC_%%A - Output" -r "TC_%%A - Report" -l "TC_%%A - Log" "test%%A.robot"
)
robot -o "TC_00 - Output" -r "TC_00 - Report" -l "TC_00 - Log" "test00.robot"
REM test-set-mobile
FOR /L %%A IN (1,1,9) DO (
robot -o "TC_m_0%%A - Output" -r "TC_m_0%%A - Report" -l "TC_m_0%%A - Log" "m-test0%%A.robot"
)
FOR /L %%A IN (10,1,19) DO (
robot -o "TC_m_%%A - Output" -r "TC_m_%%A - Report" -l "TC_m_%%A - Log" "m-test%%A.robot"
)
robot -o "TC_m_00 - Output" -r "TC_m_00 - Report" -l "TC_m_00 - Log" "m-test00.robot"