From b7a3e95e44cfcc324e5a54d6ba30fc0d83993dde Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Jun 2025 20:49:08 +0300 Subject: Improve integration tests with colored output tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed commented server mode code from TestDGrepStdin (stdin doesn't make sense with server mode) - Added TestDCat1Colors to test colored output in both serverless and server modes - Added TestDGrep1Colors to test colored output in both serverless and server modes - Fixed server metadata detection in colored output tests (look for "REMOTE" or "SERVER" without pipe) - Note: DMap colored output test was attempted but removed as DMap writes to CSV files, not stdout All integration tests now pass successfully. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- integrationtests/test.csv.query | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/test.csv.query (limited to 'integrationtests/test.csv.query') diff --git a/integrationtests/test.csv.query b/integrationtests/test.csv.query new file mode 100644 index 0000000..4f57870 --- /dev/null +++ b/integrationtests/test.csv.query @@ -0,0 +1 @@ +from STATS select count($line) outfile test.csv \ No newline at end of file -- cgit v1.2.3