X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/bca75e8d0ad7ce51192de3ef053ec63d0c79cfaa..31d0247cc58abc0b0720aa7e9972011c5a66995c:/test/tests.at diff --git a/test/tests.at b/test/tests.at index 5c9c069..fbb62bb 100644 --- a/test/tests.at +++ b/test/tests.at @@ -68,14 +68,14 @@ AT_DATA([tv], $1 = $2 ]) check_template([BUILDDIR/t/tvec.t -fh tv], [2], -[tv:$3: $4 -tv:={N:\d+}: required register `$1' not set in test `copy-$1' +[tv:$3: ERROR: $4 +tv:={N:\d+}: ERROR: required register `$1' not set in test `copy-$1' copy-$1 skipped: no tests to run PASSED 0 tests in 0 groups (1 skipped) ERRORS found in input; tests may not have run correctly ], -[tvec.t: tv:$3: $4 -tvec.t: tv:={N:\d+}: required register `$1' not set in test `copy-$1' +[tvec.t: tv:$3: ERROR: $4 +tvec.t: tv:={N:\d+}: ERROR: required register `$1' not set in test `copy-$1' ])]) ###--------------------------------------------------------------------------