summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/monkey_driver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monkey_driver.py b/test/monkey_driver.py
index ee23cffde..17c0c6e26 100755
--- a/test/monkey_driver.py
+++ b/test/monkey_driver.py
@@ -332,6 +332,7 @@ def main(argv):
path_monkey, path_test = parse_argv(argv)
plan = load_test_plan(path_test)
ctx["monkey"] = path_monkey
+ run_test_plan(ctx, plan)
# Some python weirdness to get to main().
if __name__ == "__main__":