summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/components/paths.go')
-rw-r--r--pkg/integration/components/paths.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/components/paths.go b/pkg/integration/components/paths.go
index d100e91fe..b8b129d2c 100644
--- a/pkg/integration/components/paths.go
+++ b/pkg/integration/components/paths.go
@@ -3,9 +3,9 @@ package components
import "path/filepath"
// convenience struct for easily getting directories within our test directory.
-// We have one test directory for each test, found in test/results.
+// We have one test directory for each test, found in test/_results.
type Paths struct {
- // e.g. test/results/test_name
+ // e.g. test/_results/test_name
root string
}