Commit 7bbf3113 authored by tinh1115's avatar tinh1115 Committed by GitHub
Browse files

Fixed bug test failed on parser_trainer_test

Fixed bug file not found "/syntaxnet/bazel-out/local-opt/bin/syntaxnet/parser_trainer_test.runfiles/syntaxnet/parser_trainer: No such file or directory"
parent a4b7bb9a
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
set -eux set -eux
BINDIR=$TEST_SRCDIR/syntaxnet BINDIR=$TEST_SRCDIR/$TEST_WORKSPACE/syntaxnet
CONTEXT=$BINDIR/testdata/context.pbtxt CONTEXT=$BINDIR/testdata/context.pbtxt
TMP_DIR=/tmp/syntaxnet-output TMP_DIR=/tmp/syntaxnet-output
......
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