tinyyarn

scenario testing of Unix command line tools
Log | Files | Refs | README | LICENSE

commit 52a1d4fbaa57cc65718de28ab456fdbccfd03f82
parent 3f9cd8512da191a6b5329bedfb17e839dcc13c5e
Author: Richard Ipsum <richardipsum@vx21.xyz>
Date:   Sat, 19 Oct 2019 22:17:40 +0100

Fix bug

Diffstat:
Mtyarn.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tyarn.in b/tyarn.in @@ -235,7 +235,7 @@ function run_step(scenario_dir, datadir, implementations, scenario_key, step, sh env = {} shell_script_lines = {} table.insert(env, string.format("DATADIR=%s", datadir)) - debug(string.format(string.format("Run step %s", step))) + debug(string.format("Run step %s", step)) step_impl, step_captures = find_matching_implementation(implementations, step) if step_impl == nil then