From afe1167c9bdfc46445041cac5a8410a4929c3b5d Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:53:18 -0400 Subject: [PATCH] Update test-runner.bat --- test-runner.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-runner.bat b/test-runner.bat index f485cee..82a8afb 100644 --- a/test-runner.bat +++ b/test-runner.bat @@ -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