Hello, when writing a test driver, should I use :test-global-result: or :global-test-result: for reporting the global result of the script? I am using :test-global-result:, but it was pointed out to me that in the source code the other variant is more prevalent.
:test-global-result: - This one is documented in the info manual. :global-test-result: - Grepping suggests this one is actually used. Would anyone be able to clarify which variable is the correct one for drivers to produce? Thank you, Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
