From 578d4e9469beb7a3df10d53c9565846085027dae Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Fri, 1 Aug 2008 22:07:14 +0100 Subject: [PATCH] =?UTF-8?q?Bug=20447043=20=E2=80=93=20In=20check-one,=20ne?= =?UTF-8?q?w=20log=20files=20are=20not=20being=20scanned=20for=20PASS/FAIL?= =?UTF-8?q?=20p=3Dsgautherie=20r=3Dted.mielczarek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/test-harness/xpcshell-simple/test_one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-harness/xpcshell-simple/test_one.sh b/tools/test-harness/xpcshell-simple/test_one.sh index 5cff31321ea1..3483a35a3ca7 100755 --- a/tools/test-harness/xpcshell-simple/test_one.sh +++ b/tools/test-harness/xpcshell-simple/test_one.sh @@ -133,7 +133,7 @@ done echo "NATIVE_TOPSRCDIR='$native_topsrcdir' TOPSRCDIR='$topsrcdir' $xpcshell -s $headfiles -f $testdir/$target_dir/$target_js $tailfiles 2>&1" echo -n "$target_js: " if [ ! "$interactive_mode" = "1" ]; then - NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell -s $headfiles -f $testdir/$target_dir/$target_js $tailfiles 2> $testdir/$target_js.log 1>&2 + NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell -s $headfiles -f $testdir/$target_dir/$target_js $tailfiles 2> $testdir/$target_dir/$target_js.log 1>&2 else NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell -s $headfiles -f $testdir/$target_dir/$target_js $tailfiles -i 2>&1 fi