diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-31 17:29:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-31 17:29:29 +0200 |
| commit | c1b3515ce4438c03ac9f6a74a6ede408e48f1515 (patch) | |
| tree | f9e84fc2db0a7e20e325ff37339a8b7ba680084b /integrationtests/dgrep_test.go | |
| parent | feff2c21715ab75fdc27ab2a5dcc4d795c45bc17 (diff) | |
rename spartan mode to plain mode
Diffstat (limited to 'integrationtests/dgrep_test.go')
| -rw-r--r-- | integrationtests/dgrep_test.go | 8 |
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", |
