Date: Thursday, March 9, 2006 @ 11:40:28
Author: marc
Path: /cvsroot/carob/odbsequoia/src
Modified: simpletest.c (1.12 -> 1.13)
Added "to fail" : "to succeed" in log info
--------------+
simpletest.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: odbsequoia/src/simpletest.c
diff -u odbsequoia/src/simpletest.c:1.12 odbsequoia/src/simpletest.c:1.13
--- odbsequoia/src/simpletest.c:1.12 Thu Mar 9 11:33:53 2006
+++ odbsequoia/src/simpletest.c Thu Mar 9 11:40:28 2006
@@ -41,7 +41,8 @@
// can you spell: "functional language" ?
#define EXEC_AND_DIAGS(call, type, hdle, cont) \
- printf ("executing: %s\n", #call); \
+ printf ("executing: %s, %s\n", #call, \
+ (cont ? "to FAIL" : "to succeed")); \
retcode = call ; \
print_diags(pc, type, hdle); \
if (! SQL_SUCCEEDED(retcode) && ! cont) \
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits