From 752e978a9cec51cfbb8d8acd9b70b8b21e588ca6 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 7 Jul 2015 23:23:04 +0000 Subject: fix compile issue on AWS --- tests/run-system-tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run-system-tests.pl b/tests/run-system-tests.pl index 1e64a004..324763ae 100755 --- a/tests/run-system-tests.pl +++ b/tests/run-system-tests.pl @@ -8,7 +8,7 @@ my $TEMP_DIR = tempdir( CLEANUP => 1 ); #my $cwd = cwd(); #die "Sanity failed: $cwd" unless -d $cwd; -my $DECODER = "$script_dir/../build/decoder/cdec"; +my $DECODER = "$script_dir/../decoder/cdec"; my $FILTER = "$script_dir/tools/filter-stderr.pl"; my $COMPARE_STATS = "$script_dir/tools/compare-statistics.pl"; my $XDIFF = "$script_dir/tools/flex-diff.pl"; -- cgit v1.2.3