You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/14 09:11:30 UTC

[08/43] incubator-joshua git commit: updated joshua path

updated joshua path


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/cb376243
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/cb376243
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/cb376243

Branch: refs/heads/7
Commit: cb3762436c375f81be21a21f164752f03626cd4f
Parents: ec50032
Author: Matt Post <po...@cs.jhu.edu>
Authored: Thu Sep 8 08:49:52 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Thu Sep 8 08:49:52 2016 -0400

----------------------------------------------------------------------
 src/test/resources/grammar/sparse-features/test-packed.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/cb376243/src/test/resources/grammar/sparse-features/test-packed.sh
----------------------------------------------------------------------
diff --git a/src/test/resources/grammar/sparse-features/test-packed.sh b/src/test/resources/grammar/sparse-features/test-packed.sh
index 04d7bb0..cf3c460 100755
--- a/src/test/resources/grammar/sparse-features/test-packed.sh
+++ b/src/test/resources/grammar/sparse-features/test-packed.sh
@@ -17,7 +17,7 @@
 #
 set -u
 
-echo el chico | $JOSHUA/bin/decoder -c joshua-packed.config -v 0 > output
+echo el chico | $JOSHUA/bin/joshua -c joshua-packed.config -v 0 > output
 
 # Compare
 diff -u output output.gold > diff