From: Ian Jackson Date: Sun, 24 Nov 2019 13:59:29 +0000 (+0000) Subject: stest: Replace the call to `exit 1' with a new proc `finish' X-Git-Tag: v0.6.0~233 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c51dedf733b465a6f68195ddd5965d1653c696c1;hp=c51dedf733b465a6f68195ddd5965d1653c696c1;p=secnet.git stest: Replace the call to `exit 1' with a new proc `finish' This is going to be used for success exits too, in a moment. This will let us do more work when we are exiting. The only change for now is some extra stderr output. Signed-off-by: Ian Jackson ---