summary refs log tree commit diff stats
path: root/testament/testament.nim
diff options
context:
space:
mode:
Diffstat (limited to 'testament/testament.nim')
-rw-r--r--testament/testament.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim
index ab6620c84..105f00156 100644
--- a/testament/testament.nim
+++ b/testament/testament.nim
@@ -28,6 +28,7 @@ var useColors = true
 var backendLogging = true
 var simulate = false
 var optVerbose = false
+var useMegatest = true
 
 proc verboseCmd(cmd: string) =
   if optVerbose:
@@ -645,7 +646,6 @@ proc main() =
   var targetsStr = ""
   var isMainProcess = true
   var skipFrom = ""
-  var useMegatest = true
 
   var p = initOptParser()
   p.next()