From 217463c6b23e72a7526dcc9e2ea76e328ff9358d Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 31 Jan 2017 14:25:52 +0300 Subject: [PATCH] Really fix api_basic.t. --- tests/t/api_basic.t | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/t/api_basic.t b/tests/t/api_basic.t index 138e638..d52687a 100644 --- a/tests/t/api_basic.t +++ b/tests/t/api_basic.t @@ -75,13 +75,11 @@ Basic Lua API tests $ cat >$CRAMTMP/api_basic.lua < function event() - > for k,v in pairs(sysbench.cmdline.script_path) do - > print(k .. " = " .. v) - > end + > print(string.format("sysbench.cmdline.script_path = %s", sysbench.cmdline.script_path)) > end > EOF $ sysbench $SB_ARGS --max-requests=1 run - path = */api_basic.lua (glob) + sysbench.cmdline.script_path = */api_basic.lua (glob) ######################################################################## Error handling