mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 381633 - xpcshell test harness should use strict warnings in JavaScript. r=rcampbell
This commit is contained in:
parent
037733ef61
commit
9d5691f787
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user