Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mert.hgdecode-sparse/filter-stdout')
-rwxr-xr-xtests/mert.hgdecode-sparse/filter-stdout8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/mert.hgdecode-sparse/filter-stdout b/tests/mert.hgdecode-sparse/filter-stdout
new file mode 100755
index 0000000..1212cc8
--- /dev/null
+++ b/tests/mert.hgdecode-sparse/filter-stdout
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+$x=0;
+while (<>) {
+ chomp;
+ $x++;
+ print "STDOUT_$x=$_\n";
+}