You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note that globbing must be provided in quotes otherwise it will be parsed by shell and won't work!**
116
116
@@ -138,6 +138,9 @@ You can read more about dynamic variables in *variables* section.
138
138
|**--tsty-format**|| Make tester use <i>!error!</i>, <i>!info!</i> etc. output format |
139
139
|**--tterm-format**|| Make tester use (default) <i>term</i> color formatting |
140
140
|**--tc**<br>**--tnone-format**|| Make tester use <i>clean</i> (only-text) formatting |
141
+
|**--tpipe-in**|*[command]*| Use preprocessing of input. See <b>Piping</b> section |
142
+
|**--tpipe-out**|*[command]*| Use postprocessing of output. See <b>Piping</b> section |
143
+
|**--tpipe-out-err**|*[command]*| Use postprocessing of output error stream. See <b>Piping</b> section |
141
144
|**--ts**|| Skips always oks |
142
145
|**--tierr**|| Always ignore stderr output |
143
146
|**--tgout**|*[dir]*| Sets <i>(good)</i> .out input directory<br>(default is the same as dir/inputs will be still found in dir location/use when .out and .in are in separate locations) |
@@ -271,4 +274,4 @@ You must identify program by the command it calls.
0 commit comments