Bug 381633 - xpcshell test harness should use strict warnings in JavaScript. r=rcampbell

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-05-25 16:25:14 -07:00
parent 037733ef61
commit 9d5691f787

View File

@ -110,7 +110,7 @@ done
for t in $testdir/test_*.js
do
echo -n "$t: "
NATIVE_TOPSRCDIR="$native_topsrcdir" TOPSRCDIR="$topsrcdir" $xpcshell $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
if [ `grep -c '\*\*\* PASS' $t.log` = 0 ]
then
echo "FAIL"