зеркало из https://github.com/mozilla/pjs.git
Bug 381633 - xpcshell test harness should use strict warnings in JavaScript. r=rcampbell
This commit is contained in:
Родитель
2d2b3fc789
Коммит
e491b017ad
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче