From 02588d683c22719592a349365068f7320e257bdf Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 1 Feb 2010 11:19:00 +0100 Subject: beta 2010.02.01 11:19 --- scripts/context/lua/mtx-context.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua index 9b6e4bb3d..446f5b78f 100644 --- a/scripts/context/lua/mtx-context.lua +++ b/scripts/context/lua/mtx-context.lua @@ -1470,6 +1470,8 @@ special options: if environment.argument("once") then scripts.context.multipass.nofruns = 1 +elseif environment.argument("runs") then + scripts.context.multipass.nofruns = tonumber(environment.argument("runs")) or nil end if environment.argument("profile") then -- cgit v1.2.3