Revert accidental hunk from the merge changeset cf844bddfe57 that's causing unittest orange. r=shaver

This commit is contained in:
Blake Kaplan 2008-09-02 21:26:49 -07:00
parent 48926ba363
commit 0f9167ca0b

View File

@ -110,8 +110,7 @@ done
for t in $testdir/test_*.js
do
echo "NATIVE_TOPSRCDIR=\"$native_topsrcdir\" TOPSRCDIR=\"$topsrcdir\" $xpcshell -j -s $headfiles -f $t $tailfiles 2> $t.log 1>&2"
NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell -j -s $headfiles -f $t $tailfiles 2> $t.log 1>&2
NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell -s $headfiles -f $t $tailfiles 2> $t.log 1>&2
rv="$?"
if [ ! "$rv" = "0" -o \
`grep -c '\*\*\* PASS' $t.log` = 0 ]