PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Batch | 13 lines | 7 code | 4 blank | 2 comment | 1 complexity | 6227117835671b696b2fbf4af8911bd6 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  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