# HG changeset patch # User Matti Hamalainen # Date 1577358183 -7200 # Node ID 80185b9901ba23dd65d67723f775621b7b926fbf # Parent cfd536d654a63dc2c194e17fe91b90b02ff93a94 Be more informative about which config file we are trying to read while testing. diff -r cfd536d654a6 -r 80185b9901ba tests.c --- a/tests.c Thu Dec 26 13:02:41 2019 +0200 +++ b/tests.c Thu Dec 26 13:03:03 2019 +0200 @@ -385,6 +385,8 @@ test_ctx ctx; th_cfgitem_t *item; + tprint(1, "Reading configuration from '%s'.\n", filename); + // Attempt to read the previously written file if (th_io_fopen(&fh, &th_stdio_io_ops, filename, "r") != THERR_OK) {