test: minor aesthetic, slightly improve test logging
Conforming tests should use SKIP/FAIL/OK, so let existing tests follow that better. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@ fi
|
||||
. ${srcdir}/lib.sh
|
||||
setup
|
||||
|
||||
print "TEST: Starting"
|
||||
|
||||
MSG="foobar"
|
||||
MSG2="xyzzy"
|
||||
|
||||
@@ -13,3 +15,4 @@ grep ${MSG} ${LOG} || FAIL "Cannot find: ${MSG}"
|
||||
|
||||
../src/logger -u ${ALTSOCK} ${MSG2}
|
||||
grep ${MSG2} ${LOG} || FAIL "Cannot find: ${MSG2}"
|
||||
OK
|
||||
|
Reference in New Issue
Block a user