summaryrefslogtreecommitdiffstats
path: root/pkg/integration/clients/tui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/clients/tui.go')
-rw-r--r--pkg/integration/clients/tui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/clients/tui.go b/pkg/integration/clients/tui.go
index 05db98991..ded94f74d 100644
--- a/pkg/integration/clients/tui.go
+++ b/pkg/integration/clients/tui.go
@@ -233,7 +233,7 @@ type app struct {
}
func newApp(testDir string) *app {
- return &app{testDir: testDir, allTests: tests.GetTests()}
+ return &app{testDir: testDir, allTests: tests.GetTests(utils.GetLazyRootDirectory())}
}
func (self *app) getCurrentTest() *components.IntegrationTest {