mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 10:41:05 -06:00
simplified test
This commit is contained in:
@@ -156,10 +156,7 @@ EOF
|
||||
stop_sql_server
|
||||
|
||||
# Assert that log is in JSON format (checking if logs contain `{...}`)
|
||||
if ! grep -q '^{.*}$' log.txt; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
grep -q '^{.*}$' log.txt
|
||||
# assert that logformat in yaml config is not case sensitive
|
||||
cat >config.yml <<EOF
|
||||
log_format: teXt
|
||||
|
||||
Reference in New Issue
Block a user