Commit 9af1c032 authored by Yuxin Wu's avatar Yuxin Wu

add missing test script (fix build)

parent 6ba19a97
#!/bin/bash -e
# File: run-tests.sh
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
DIR=$(dirname $0)
cd $DIR
export TF_CPP_MIN_LOG_LEVEL=2
python -m unittest discover -v
cd ..
python -m tensorpack.models._test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment