Skip to content

Commit

Permalink
change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqingmen committed Jun 3, 2018
1 parent cddf699 commit 7c0a585
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export PYTHONPATH="${PYTHONPATH}:/home/hzx/git/yanqingmen/assignment2-2018/python"
nosetests-3.4 -v tests/test_tvm_op.py
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
export PYTHONPATH="${PYTHONPATH}:${SHELL_FOLDER}/python"
nosetests -v tests/test_tvm_op.py

0 comments on commit 7c0a585

Please sign in to comment.