mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update run-fuzzer.sh
This commit is contained in:
parent
51503fc9e4
commit
31bd775073
@ -369,7 +369,7 @@ th { cursor: pointer; }
|
|||||||
<tr>
|
<tr>
|
||||||
<td>AST Fuzzer</td>
|
<td>AST Fuzzer</td>
|
||||||
<td>$(cat status.txt)</td>
|
<td>$(cat status.txt)</td>
|
||||||
<td style="white-space: pre;">$(cat description.txt | clickhouse-local --input-format RawBLOB --output-format RawBLOB --query "SELECT encodeXMLComponent(*) FROM table")</td>
|
<td style="white-space: pre;">$(clickhouse-local --input-format RawBLOB --output-format RawBLOB --query "SELECT encodeXMLComponent(*) FROM table" < description.txt)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user