go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/misc/support/execed.star (about) 1 luci.project(name = "test") 2 3 lucicfg.emit( 4 dest = "from-exec", 5 data = str(lucicfg.current_module()) + "\n", 6 ) 7 8 # Expect configs: 9 # 10 # Nothing. Must not be executed as a separate test case, since it is under 11 # 'support' skipped by TestAllStarlark in starlark_test.go.