mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 05:04:40 +00:00
15 lines
453 B
Diff
15 lines
453 B
Diff
diff --git a/script/runtime/exe.go b/script/runtime/exe.go
|
|
index d15bf50f..66f784a4 100644
|
|
--- a/script/runtime/exe.go
|
|
+++ b/script/runtime/exe.go
|
|
@@ -140,6 +140,9 @@ func (nopTestDeps) WriteProfileTo(name string, w io.Writer, debug int) error {
|
|
func (nopTestDeps) ImportPath() string {
|
|
return ""
|
|
}
|
|
+func (nopTestDeps) ModulePath() string {
|
|
+ return ""
|
|
+}
|
|
func (nopTestDeps) StartTestLog(w io.Writer) {}
|
|
|
|
func (nopTestDeps) StopTestLog() error {
|