correct tests

This commit is contained in:
Artur 2021-08-03 13:41:58 +00:00
parent 5c6974736d
commit f4a59a6abf
2 changed files with 3 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ void executeQuery(
context,
{},
output_format_settings);
out->setAutoFlush();
/// Save previous progress callback if any. TODO Do it more conveniently.

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh