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 @@
 qec...@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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to