simplified test

This commit is contained in:
Damandeep Singh
2025-02-28 11:47:19 +05:30
parent f7484a032d
commit 2ebec3f2d3

View File

@@ -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