forked from snuspl/nimble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure tests get passed on Windows (#25145)
Summary: (1) check error codes after every test command (2) add missing LibTorch tests mentioned in https://discuss.pytorch.org/t/pre-compiled-tests-failing/54166 Pull Request resolved: pytorch/pytorch#25145 Differential Revision: D17050539 Pulled By: ezyang fbshipit-source-id: 8a01e5f3c97b181cf2cd7641a545551dcb3627b8
- Loading branch information
1 parent
30bc652
commit c24314b
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.jenkins/pytorch/win-test-helpers/test_python_all_except_nn.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
call %SCRIPT_HELPERS_DIR%\setup_pytorch_env.bat | ||
cd test && python run_test.py --exclude nn --verbose && cd .. | ||
if ERRORLEVEL 1 exit /b 1 |