summaryrefslogtreecommitdiff
path: root/testx
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 19:27:25 +0200
committerewy <ewy0@protonmail.com>2026-04-22 19:29:16 +0200
commit5e1e840bbcdf8348ae62145e1b7231764fcc5a97 (patch)
treedad5d223dc95b643febde31c45beb2d68110aa9c /testx
parentf13b2bcf9a3a5ea6afeaa60c7a2e801e8e79a2c1 (diff)
update script experiment
Diffstat (limited to 'testx')
-rw-r--r--testx/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testx/create.go b/testx/create.go
index 62960fd..24f8259 100644
--- a/testx/create.go
+++ b/testx/create.go
@@ -18,6 +18,7 @@ func TTarget(name string, sub ...string) model.Target {
func TSource(name string, targets ...string) *model.Source {
src := &model.Source{
+ Path: name,
Identity: identity.New(name),
}
for _, t := range targets {