Test: Added detail env var to sum.sh, Changed make test to include detailed test

This commit is contained in:
Olof hagsand 2022-07-21 08:26:49 +02:00
parent 42efb59a75
commit e724dd7f40
5 changed files with 34 additions and 7 deletions

View file

@ -75,7 +75,7 @@ static int _transaction_log = 0;
*/
static char *_validate_fail_xpath = NULL;
/*! Sub state variable to fail on validate/commit,
/*! Sub state variable to fail on validate/commit (not configured)
* Obscure, but a way to first trigger a validation error, next time to trigger a commit error
*/
static int _validate_fail_toggle = 0; /* fail at validate and commit */