Skip to content

Commit

Permalink
Merge pull request #201 from tensorflow/sarkars/merge_master_minorfix
Browse files Browse the repository at this point in the history
Sarkars/merge master minorfix
  • Loading branch information
sayantan-nervana authored Aug 10, 2019
2 parents d5aa1f9 + 6ca66f0 commit 5ec2914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run_ngtf_pytests(venv_dir, build_dir):

cmd = 'python -m pytest ' + (
'--junitxml=%s/xunit_pytest.xml' %
build_dir) + + "--ignore=" + build_dir + "/test/python/bfloat16"
build_dir) + " --ignore=" + build_dir + "/test/python/bfloat16"
env = os.environ.copy()
new_paths = venv_dir + '/bin/python3:' + os.path.abspath(
build_dir) + ":" + os.path.abspath(mnist_dir)
Expand Down

0 comments on commit 5ec2914

Please sign in to comment.