From 126c2bd4e90734957a08c0c2ec7b635e6769c419 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2019 21:26:43 +0300 Subject: Change: ftt-codegen example in tutorial --- tutorial.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tutorial.md') diff --git a/tutorial.md b/tutorial.md index b58d7c8..aeabd43 100644 --- a/tutorial.md +++ b/tutorial.md @@ -199,8 +199,7 @@ To generate the test program, and running it to produce the test report, the following commands are needed: ```sh -./ftt-codegen echo.md > tmp.py -python3 tmp.py +./ftt-codegen echo.md --run ``` The output of the last command is the test report: -- cgit v1.2.1