fix silent failure on Windows builds (#16984)
authorKarl Ostmo <kostmo@fb.com>
Tue, 12 Feb 2019 18:41:45 +0000 (10:41 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 12 Feb 2019 19:06:27 +0000 (11:06 -0800)
commita2c322e7357a897402e6bdf700f086eaaed48cfd
tree99aeb9601d4f59fba8e2c1434ec34d2efaa57891
parent3618b52c748bbecb6ab1e5cee016bdcf9b71a2d0
fix silent failure on Windows builds (#16984)

Summary:
Closes #16983

Remove backticks that are being interpreted by the shell. Add -e option to bash script to avoid future such failures
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16984

Reviewed By: yf225

Differential Revision: D14039128

Pulled By: kostmo

fbshipit-source-id: c31a1895377ca86c1b59e79351843cc8c4fd7de3
.jenkins/pytorch/win-test.sh