org: add missing :exports results :results silent

* doc/org/ltlfilt.org, doc/org/tut30.org, doc/org/tut31.org: Hide rm
invocations used for cleanup.
This commit is contained in:
Alexandre Duret-Lutz 2021-05-11 18:25:55 +02:00
parent 6253885af7
commit d3df766e56
3 changed files with 3 additions and 3 deletions

View file

@ -588,7 +588,7 @@ wc -l scheck*.ltl
: 4 scheck.ltl : 4 scheck.ltl
: 8 total : 8 total
#+BEGIN_SRC sh #+BEGIN_SRC sh :results silent :exports results
rm -f ltlex.def ltlex.never scheck.ltl rm -f ltlex.def ltlex.never scheck.ltl
#+END_SRC #+END_SRC

View file

@ -231,7 +231,7 @@ State: 4
--END-- --END--
#+end_SRC #+end_SRC
#+BEGIN_SRC sh :results silent #+BEGIN_SRC sh :results silent :exports results
rm -f tut30.hoa rm -f tut30.hoa
#+END_SRC #+END_SRC

View file

@ -171,7 +171,7 @@ State: 1
--END-- --END--
#+end_SRC #+end_SRC
#+BEGIN_SRC sh :results silent #+BEGIN_SRC sh :results silent :exports results
rm -f tut31.hoa rm -f tut31.hoa
#+END_SRC #+END_SRC