Skip to content

Commit

Permalink
Update test-runner.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Oct 9, 2024
1 parent 4c1b877 commit afe1167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-runner.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ set AccessKey=%1
REM By default we run web testing
set ProjectPath="%cd%\WebTesting\WebTesting.pjs"

IF "%2" == "Mobile" GOTO WebProjectRun
#MobileProjectRun
IF "%2" == "Mobile" GOTO MobileProjectRun
IF "%2" == "Web" GOTO WebProjectRun
IF NOT %2.==. GOTO ParamProjectPath
GOTO EchoProjectPath
Expand Down

0 comments on commit afe1167

Please sign in to comment.