From dcc68f0f857b5ae28c32a869a55714734b516656 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Wed, 31 May 2017 11:34:00 +0200 Subject: [PATCH] test: we will not use dev mode for testing for now --- command/agent/testagent.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/command/agent/testagent.go b/command/agent/testagent.go index fb2f1b2b8b..3c80049661 100644 --- a/command/agent/testagent.go +++ b/command/agent/testagent.go @@ -36,8 +36,6 @@ var TempDir = os.TempDir() // startup procedure suitable for testing. It panics if there are errors // during creation or startup instead of returning errors. It manages a // temporary data directory which is removed after shutdown. -// -// todo(fs): do we need the temp data dir if we run in dev mode? type TestAgent struct { // Name is an optional name of the agent. Name string