Skip to content

Commit

Permalink
Fix test-smoke (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier authored and slide committed Jan 29, 2017
1 parent 223c3c0 commit dc650db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.cmd
Expand Up @@ -61,10 +61,10 @@ echo No target 'test'. Try 'test-smoke', 'test-ironpython', 'test-cpython', or '
goto :exit

:test-smoke
pushd bin\Debug
pushd bin\v4Debug
IronPythonTest.exe --labels=All --where:Category==StandardCPython --result:smoke-result-net40.xml
popd
pushd bin\v45Debug
pushd bin\Debug
IronPythonTest.exe --labels=All --where:Category==StandardCPython --result:smoke-result-net45.xml
popd
goto :exit
Expand Down

0 comments on commit dc650db

Please sign in to comment.