From 5b88b85cad70478b607591458e9983b20541e582 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Thu, 11 Jan 2007 15:47:34 +0000 Subject: Applied Joachim's patch for a --regression option. Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests. --- src/interfaces/ecpg/test/expected/sql-binary.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/test/expected/sql-binary.c') diff --git a/src/interfaces/ecpg/test/expected/sql-binary.c b/src/interfaces/ecpg/test/expected/sql-binary.c index 68dfcd6d624..418605be6ff 100644 --- a/src/interfaces/ecpg/test/expected/sql-binary.c +++ b/src/interfaces/ecpg/test/expected/sql-binary.c @@ -1,4 +1,5 @@ -/* Processed by ecpg (4.3.1) */ +/* Processed by ecpg (regression mode) */ +int ecpg_internal_regression_mode = 1; /* These include files are added by the preprocessor */ #include #include -- cgit v1.2.3