diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-01 16:46:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-01 16:46:35 +0300 |
| commit | de974de3d8f4ed38ff7fac6447fdcfec2c00cfc1 (patch) | |
| tree | 4b52d669bb79593a745712b3aa21b572bfbe458c /integrationtests-old/dgrep_test.go | |
| parent | 35c3ce0bbf631c29f54cf21d651bd7664badea14 (diff) | |
dont run old tests by default
Diffstat (limited to 'integrationtests-old/dgrep_test.go')
| -rw-r--r-- | integrationtests-old/dgrep_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/integrationtests-old/dgrep_test.go b/integrationtests-old/dgrep_test.go index 943f99e..c91ba70 100644 --- a/integrationtests-old/dgrep_test.go +++ b/integrationtests-old/dgrep_test.go @@ -9,7 +9,7 @@ import ( ) func TestDGrep1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -38,7 +38,7 @@ func TestDGrep1(t *testing.T) { } func TestDGrep2(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -68,7 +68,7 @@ func TestDGrep2(t *testing.T) { } func TestDGrepContext1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -98,7 +98,7 @@ func TestDGrepContext1(t *testing.T) { } func TestDGrepContext2(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } |
