Bug 484287 - [OS/2] simplify test_os2.cmd; r=mozilla@Weilbacher.org
This commit is contained in:
Родитель
477d291381
Коммит
a2705cac0e
|
@ -1,17 +1,10 @@
|
|||
/* Invoke unit tests on OS/2 */
|
||||
PARSE ARG dist prog parm
|
||||
dist=forwardtoback(dist);
|
||||
prog=forwardtoback(prog);
|
||||
'set BEGINLIBPATH='dist'\bin;%BEGINLIBPATH%'
|
||||
'set LIBPATHSTRICT=T'
|
||||
if substr(FILESPEC("name",prog),1,5) \= 'test_'
|
||||
then
|
||||
do
|
||||
prog=forwardtoback(prog)
|
||||
prog parm
|
||||
exit
|
||||
end
|
||||
else
|
||||
bash prog parm
|
||||
prog parm
|
||||
exit
|
||||
|
||||
forwardtoback: procedure
|
|
@ -863,7 +863,7 @@ RUN_TEST_PROGRAM = $(DIST)/bin/run-mozilla.sh
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
RUN_TEST_PROGRAM = $(topsrcdir)/testing/xpcshell/test_os2.cmd "$(DIST)"
|
||||
RUN_TEST_PROGRAM = $(topsrcdir)/build/os2/test_os2.cmd "$(DIST)"
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
|
@ -863,7 +863,7 @@ RUN_TEST_PROGRAM = $(DIST)/bin/run-mozilla.sh
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
RUN_TEST_PROGRAM = $(topsrcdir)/testing/xpcshell/test_os2.cmd "$(DIST)"
|
||||
RUN_TEST_PROGRAM = $(topsrcdir)/build/os2/test_os2.cmd "$(DIST)"
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче