diff options
author | Peter Goldsborough <peter@goldsborough.me> | 2018-04-30 18:36:35 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2018-04-30 21:36:35 -0400 |
commit | afe3c2688fd882cdada12fc7dfc4ab387d18155f (patch) | |
tree | 3e7d7cc811c7f09922a0304da3a0378216d3e64d /.jenkins | |
parent | 25e7d5c6128fc17379fd7d11a7628a2d1e891afa (diff) | |
download | pytorch-afe3c2688fd882cdada12fc7dfc4ab387d18155f.tar.gz pytorch-afe3c2688fd882cdada12fc7dfc4ab387d18155f.tar.bz2 pytorch-afe3c2688fd882cdada12fc7dfc4ab387d18155f.zip |
Update C++ API tests to use Catch2 (#7108)
* Update C++ API tests to use Catch2
* Update download_mnist.py to be less verbose
Diffstat (limited to '.jenkins')
-rwxr-xr-x | .jenkins/pytorch/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.jenkins/pytorch/test.sh b/.jenkins/pytorch/test.sh index d0b6ab536c..d08c45420a 100755 --- a/.jenkins/pytorch/test.sh +++ b/.jenkins/pytorch/test.sh @@ -55,6 +55,6 @@ if [[ "$BUILD_TEST_LIBTORCH" == "1" ]]; then else "$CPP_BUILD"/libtorch/bin/test_jit "[cpu]" fi - python tools/download_mnist.py -d test/cpp/api/mnist + python tools/download_mnist.py --quiet -d test/cpp/api/mnist "$CPP_BUILD"/libtorch/bin/test_api fi |