2014-03-28 09:13:36 +01:00
|
|
|
--- sbin/go.run-test.orig 2009-12-02 23:15:49.000000000 +0300
|
|
|
|
+++ sbin/go.run-test 2014-03-28 11:45:04.000000000 +0400
|
2004-02-21 19:07:23 +01:00
|
|
|
@@ -6,6 +6,9 @@
|
2014-03-28 09:13:36 +01:00
|
|
|
# $Header: /home/srilm/devel/lattice/test/../../sbin/RCS/go.run-test,v 1.13 2009/12/02 20:15:39 stolcke Exp $
|
2004-02-21 19:07:23 +01:00
|
|
|
#
|
|
|
|
|
2004-04-03 23:46:24 +02:00
|
|
|
+PATH=$PATH:$WRKSRC/bin:$WRKSRC/bin/freebsd
|
2004-02-21 19:07:23 +01:00
|
|
|
+export PATH
|
|
|
|
+
|
|
|
|
dir=$1
|
|
|
|
|
|
|
|
if [ -z "$MACHINE_TYPE" ]; then
|
2004-04-03 23:46:24 +02:00
|
|
|
@@ -16,7 +19,7 @@
|
|
|
|
|
|
|
|
#diff=cmp
|
|
|
|
# ignore different whitespace and EOL conventions
|
2014-03-28 09:13:36 +01:00
|
|
|
-diff="gawk -f $SRILM/sbin/compare-outputs 2>/dev/null"
|
|
|
|
+diff="awk -f $SRILM/sbin/compare-outputs 2>/dev/null"
|
2004-04-03 23:46:24 +02:00
|
|
|
|
|
|
|
test -d output || mkdir output
|
|
|
|
|