sbsv2/raptor/test/run.bat
branchwip
changeset 340 98f67f17a03c
parent 339 66bd520416ef
equal deleted inserted replaced
339:66bd520416ef 340:98f67f17a03c
    15 @rem
    15 @rem
    16 
    16 
    17 @SETLOCAL
    17 @SETLOCAL
    18 @CALL %SBS_HOME%\bin\sbs_env.bat
    18 @CALL %SBS_HOME%\bin\sbs_env.bat
    19 
    19 
    20 @SET __TEST_SUITE__=%SBS_HOME%\test\common\run_tests.pyc
    20 @SET __TEST_SUITE__=%~dp0common\run_tests.pyc
    21 @SET __TEST_SUITE_PY__=%SBS_HOME%\test\common\run_tests.py
    21 @SET __TEST_SUITE_PY__=%~dp0common\run_tests.py
    22 
    22 
    23 @REM If the Python source exists, use it. Else use the byte-compiled Python code
    23 @REM If the Python source exists, use it. Else use the byte-compiled Python code
    24 @IF EXIST %__TEST_SUITE_PY__% SET __TEST_SUITE__=%__TEST_SUITE_PY__%
    24 @IF EXIST %__TEST_SUITE_PY__% SET __TEST_SUITE__=%__TEST_SUITE_PY__%
    25 
    25 
    26 @REM Then run the test suite with all the arguments
    26 @REM Then run the test suite with all the arguments