From 936768c8f4b266e5cc5317def6f34306def29c56 Mon Sep 17 00:00:00 2001
From: bpotter <brandon.potter@amd.com>
Date: Thu, 23 Apr 2015 13:40:18 -0700
Subject: config: enable setting SE-mode environment variables from file

---
 configs/common/Options.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'configs/common')

diff --git a/configs/common/Options.py b/configs/common/Options.py
index 45292b249..35d453d24 100644
--- a/configs/common/Options.py
+++ b/configs/common/Options.py
@@ -234,6 +234,8 @@ def addSEOptions(parser):
     parser.add_option("-o", "--options", default="",
                       help="""The options to pass to the binary, use " "
                               around the entire string""")
+    parser.add_option("-e", "--env", default="",
+                      help="Initialize workload environment from text file.")
     parser.add_option("-i", "--input", default="",
                       help="Read stdin from a file.")
     parser.add_option("--output", default="",
-- 
cgit v1.2.3