summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-23 21:26:43 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-23 21:26:43 +0300
commit126c2bd4e90734957a08c0c2ec7b635e6769c419 (patch)
tree51327b1c07d37bae0f1d5c2ab2ecb32db530af42
parentaac761840ee5e83cd2ccfe4937012977c397ae56 (diff)
downloadfable-poc-126c2bd4e90734957a08c0c2ec7b635e6769c419.tar.gz
Change: ftt-codegen example in tutorial
-rw-r--r--tutorial.md3
1 files changed, 1 insertions, 2 deletions
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: