anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit ab96bdfada8ecb22c60b752fa9699fc454899b2d
parent 430ba67413d0534cc80af17e7d35cb11b6c83b5c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Jul 2026 13:08:25 +0200

testing: fail the interpreter when upload succeeds without a truth

Diffstat:
Msrc/testing/testing_cmd_truth_upload.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/testing_cmd_truth_upload.c b/src/testing/testing_cmd_truth_upload.c @@ -159,7 +159,7 @@ truth_upload_cb (struct TruthUploadState *tus, (NULL == t) ) { GNUNET_break (0); - TALER_TESTING_interpreter_next (tus->is); + TALER_TESTING_interpreter_fail (tus->is); return; } tus->truth = t;