blob: 2fd0354c3a2711dadca43f2f6ced79e935586382 [file] [log] [blame]
exec("//testdata/misc/support/execed.star")
lucicfg.emit(
dest = "from-top",
data = str(lucicfg.current_module()) + "\n",
)
# Expect configs:
#
# === from-exec
# struct(package = "__main__", path = "testdata/misc/support/execed.star")
# ===
#
# === from-top
# struct(package = "__main__", path = "testdata/misc/can_exec.star")
# ===
#
# === project.cfg
# name: "test"
# ===