diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-22 21:44:46 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-22 22:18:39 +0100 |
commit | 3ce8303e1f38b3e48f05a3636533181ed4b242a8 (patch) | |
tree | f4325610842bffbdcf755bdd5531fb7e9d13af19 | |
parent | f5d25c2b47ab0070114d211f0ed5e085aa87dc64 (diff) |
Testsuite: More help with getting testsuite running
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 96b6715f3..b601af6c7 100755 --- a/test/runtest +++ b/test/runtest @@ -2602,6 +2602,7 @@ else print "Unable to extract exim_user from binary.\n"; print "Check if Exim refused to run; if so, consider:\n"; print " TRUSTED_CONFIG_LIST ALT_CONFIG_PREFIX WHITELIST_D_MACROS\n"; + print "If debug permission denied, are you in the exim group?\n"; die "Failing to get information from binary.\n"; } |