зеркало из https://github.com/mozilla/gecko-dev.git
Set LD_LIBRARY_PATH to make the test script more easily runnable; r=mozilla@bucksch.org
This commit is contained in:
Родитель
4896ee6d33
Коммит
2fd1f65abe
|
@ -22,9 +22,12 @@
|
|||
|
||||
#
|
||||
# This is a collection of test files to guard against regressions
|
||||
# in the Gecko output system.
|
||||
# in the Mozilla output system.
|
||||
#
|
||||
|
||||
# Make sure . is in the path, so we can load the other shared libraries
|
||||
$ENV{LD_LIBRARY_PATH} .= ":.";
|
||||
|
||||
$errmsg = "";
|
||||
|
||||
print "Testing simple html to html ...\n";
|
||||
|
|
|
@ -22,9 +22,12 @@
|
|||
|
||||
#
|
||||
# This is a collection of test files to guard against regressions
|
||||
# in the Gecko output system.
|
||||
# in the Mozilla output system.
|
||||
#
|
||||
|
||||
# Make sure . is in the path, so we can load the other shared libraries
|
||||
$ENV{LD_LIBRARY_PATH} .= ":.";
|
||||
|
||||
$errmsg = "";
|
||||
|
||||
print "Testing simple html to html ...\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче