1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add --log-level-test option.

This allows setting the test log level independently from the general test harness setting, but current only works for the C tests. It is useful for seeing log output from functions on the console while a test is running.
This commit is contained in:
David Steele
2018-07-20 19:03:46 -04:00
parent 58e9f1e50c
commit 8568622a6f
10 changed files with 55 additions and 12 deletions

View File

@ -87,7 +87,7 @@ testRun()
}
TRY_END();
harnessLogLevelSet(logLevelInfo);
harnessLogLevelReset();
// -------------------------------------------------------------------------------------------------------------------------
TRY_BEGIN()