summaryrefslogtreecommitdiff
path: root/integrationtests/dgrep_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-31 17:29:29 +0200
committerPaul Buetow <paul@buetow.org>2021-10-31 17:29:29 +0200
commitc1b3515ce4438c03ac9f6a74a6ede408e48f1515 (patch)
treef9e84fc2db0a7e20e325ff37339a8b7ba680084b /integrationtests/dgrep_test.go
parentfeff2c21715ab75fdc27ab2a5dcc4d795c45bc17 (diff)
rename spartan mode to plain mode
Diffstat (limited to 'integrationtests/dgrep_test.go')
-rw-r--r--integrationtests/dgrep_test.go8
1 files changed, 4 insertions, 4 deletions
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",