/IronPython_Main/Runtime/Tests/LinqDlrTests/testenv/bin/runFSharpTests.bat

# · Batch · 13 lines · 7 code · 4 blank · 2 comment · 1 complexity · 6227117835671b696b2fbf4af8911bd6 MD5 · raw file

  1. if {%1}=={} goto :ERROR
  2. REM GET FILES
  3. call %MARATHON_FILES%\masterget.bat FSHARP
  4. REM RUN TESTS
  5. call %MARATHON_FILES%\Masterrun.bat -component fsharp -mode marathon %* -runroot %TESTROOT%\FSHARP\tests -custsetup build-and-run-runall-custom-setup.bat -custclean build-and-run-runall-custom-cleanup.bat
  6. goto :EOF
  7. :ERROR
  8. echo For a marathon run you must pass a guid
  9. pause