From c1b3515ce4438c03ac9f6a74a6ede408e48f1515 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Oct 2021 17:29:29 +0200 Subject: rename spartan mode to plain mode --- integrationtests/dgrep_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'integrationtests/dgrep_test.go') diff --git a/integrationtests/dgrep_test.go b/integrationtests/dgrep_test.go index 35c3ff5..5d68ca9 100644 --- a/integrationtests/dgrep_test.go +++ b/integrationtests/dgrep_test.go @@ -19,7 +19,7 @@ func TestDGrep(t *testing.T) { _, err := runCommand(context.TODO(), t, stdoutFile, "../dgrep", - "--spartan", + "--plain", "--cfg", "none", "--grep", "20211002-071947", inFile) @@ -48,7 +48,7 @@ func TestDGrep2(t *testing.T) { _, err := runCommand(context.TODO(), t, stdoutFile, "../dgrep", - "--spartan", + "--plain", "--cfg", "none", "--grep", "20211002-071947", "--invert", @@ -78,7 +78,7 @@ func TestDGrepContext(t *testing.T) { _, err := runCommand(context.TODO(), t, stdoutFile, "../dgrep", - "--spartan", + "--plain", "--cfg", "none", "--grep", "20211002-071947", "--after", "3", @@ -108,7 +108,7 @@ func TestDGrepContext2(t *testing.T) { _, err := runCommand(context.TODO(), t, stdoutFile, "../dgrep", - "--spartan", + "--plain", "--cfg", "none", "--grep", "20211002", "--max", "3", -- cgit v1.2.3