Skip to Content.
Sympa Menu

freetds - [freetds] [PATCH 0.62RC4] remove flags test for VMS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] [PATCH 0.62RC4] remove flags test for VMS
  • Date: Thu, 08 Jan 2004 22:57:45 -0600

The attached patch catches us up with the recent removal of the flags
test. Before the patch, the build fails with a file not found error.
After the patch, the build succeeds, and all tests pass, including the
ODBC ones using unixODBC 2.2.4. This was with a MS SQL 7.0 database on
OpenVMS Alpha 7.3-1.

BTW, is it safe to assume that any test that fails will exit with a
failure status? I sometimes worry as all the expected error messages fly
by that I might miss one that's unexpected.

--- vms/descrip_mms.template;-0 Sat Jan 3 13:32:05 2004
+++ vms/descrip_mms.template Thu Jan 8 22:15:04 2004
@@ -294,7 +294,6 @@
@ run/nodebug []t0008$(E)
@ run/nodebug []convert$(E)
@ run/nodebug []dataread$(E)
- @ run/nodebug []flags$(E)
@ run/nodebug []utf8_1$(E)
@ run/nodebug []utf8_2$(E)
@ set default [---]
@@ -378,7 +377,7 @@
libtdstests : [.src.tds.unittests]dynamic1$(E) [.src.tds.unittests]t0001$(E)
[.src.tds.unittests]t0002$(E) \
[.src.tds.unittests]t0003$(E) [.src.tds.unittests]t0004$(E)
[.src.tds.unittests]t0005$(E) \
[.src.tds.unittests]t0006$(E) [.src.tds.unittests]t0007$(E)
[.src.tds.unittests]t0008$(E) \
- [.src.tds.unittests]convert$(E) [.src.tds.unittests]dataread$(E)
[.src.tds.unittests]flags$(E) \
+ [.src.tds.unittests]convert$(E) [.src.tds.unittests]dataread$(E) \
[.src.tds.unittests]utf8_1$(E) [.src.tds.unittests]utf8_2$(E)
@ continue

@@ -479,12 +478,6 @@
[.src.tds.unittests]dataread$(OBJ) : [.src.tds.unittests]dataread.c
$(CC) $(CFLAGS)/NOWARN/INCLUDE=([.src.tds.unittests],$(CINCLUDE))
$(CDBGFLAGS) $(MMS$SOURCE)

-[.src.tds.unittests]flags$(E) : [.src.tds.unittests]flags$(OBJ)
[.src.tds.unittests]common$(OBJ)
- link$(LINKFLAGS)/exe=$(MMS$TARGET)
$(MMS$SOURCE_LIST),[]libtds$(OLB)/library
-
-[.src.tds.unittests]flags$(OBJ) : [.src.tds.unittests]flags.c
- $(CC) $(CFLAGS)/NOWARN/INCLUDE=([.src.tds.unittests],$(CINCLUDE))
$(CDBGFLAGS) $(MMS$SOURCE)
-
[.src.tds.unittests]utf8_1$(E) : [.src.tds.unittests]utf8_1$(OBJ)
[.src.tds.unittests]common$(OBJ)
link$(LINKFLAGS)/exe=$(MMS$TARGET)
$(MMS$SOURCE_LIST),[]libtds$(OLB)/library




Archive powered by MHonArc 2.6.24.

Top of Page