From f6a019d1fe6eb85cb774e85c0d0a04e4c05b0107 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 23 Mar 2012 16:46:50 +0000 Subject: Add helper script for cleaning up test output This refactors what scripts/test-morph did into its own helper script, so that we can use it elsehwere. Then use it for scripts/run-git-in too. --- scripts/test-morph | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'scripts/test-morph') diff --git a/scripts/test-morph b/scripts/test-morph index 1101d2b3..3c9e1131 100755 --- a/scripts/test-morph +++ b/scripts/test-morph @@ -23,17 +23,6 @@ set -eu -if "$SRCDIR/morph" --no-default-config --config="$DATADIR/morph.conf" "$@" \ - > "$DATADIR/stdout" 2> "$DATADIR/stderr" -then - exit=0 -else - exit=1 -fi - -sed -i "s,$DATADIR,TMP,g" "$DATADIR/stdout" "$DATADIR/stderr" -cat "$DATADIR/stdout" -cat "$DATADIR/stderr" 1>&2 - -exit "$exit" +"$SRCDIR/scripts/cmd-filter" "$SRCDIR/morph" --no-default-config \ + --config="$DATADIR/morph.conf" "$@" -- cgit v1.2.1