Skip to content

Commit 9317b24

Browse files
committed
There seems to be a mismatch between APPENGINE_DEV_APPSERVER_BINARY and APPENGINE_DEV_APPSERVER.
1 parent 4a43a5e commit 9317b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aetest/instance_vm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (i *instance) startChild() (err error) {
145145
return err
146146
}
147147
}
148-
executable := os.Getenv("APPENGINE_DEV_APPSERVER_BINARY")
148+
executable := os.Getenv("APPENGINE_DEV_APPSERVER")
149149
var appserverArgs []string
150150
if len(executable) == 0 {
151151
executable, err = findPython()

0 commit comments

Comments
 (0)