[fpc-pascal] test suite, TEST_REMOTEOPT

Bernd Mueller mueller.b at gmx.net
Mon Jan 19 15:04:30 CET 2009


Hello,

I could not pass the test suite option TEST_REMOTEOPT to the makefile. I 
tried TEST_REMOTEOPT=xxx and "TEST_REMOTEOPT=xxx" both did not work on 
Win32. I changed the makefile a bit and it works now for me. Don't know, 
if this is a proper patch:

Index: tests/Makefile
===================================================================
--- tests/Makefile	(Revision 12568)
+++ tests/Makefile	(Arbeitskopie)
@@ -1528,7 +1528,7 @@
  QECHO=@echo $(1)
  endif
  ifdef TEST_REMOTEOPT
-override DOTESTOPT+="-U$(TEST_REMOTEOPT)"
+override DOTESTOPT+=-U$(TEST_REMOTEOPT)
  endif
  ifdef TEST_PUTTY
  override DOTESTOPT+=-R$(TEST_PUTTY) -W

Regards, Bernd.



More information about the fpc-pascal mailing list