summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 07cc733..4f15bc3 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -162,7 +162,7 @@ int main(int argc, char** argv) {
LOG(INFO) << "Processing " << entryIter->first;
Interpreter interpreter = Interpreter::fromURI(std::string(argv[optind]) + PATH_SEPERATOR + entryIter->first);
if (interpreter) {
- interpreter.setCmdLineOptions(argc, argv);
+// interpreter.setCmdLineOptions(argc, argv);
interpreter.addMonitor(&vm);