Testing: logger unit tests

This commit is contained in:
kayos@tcp.direct 2023-08-06 23:18:39 -07:00
parent 440625a742
commit fb4f286851
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -11,9 +11,13 @@ function testLogger() {
log "trying to yort"
sleep 1
log1
log "trying to yeeeeeeeeeeet"
log "Cloning a dog"
sleep 1
log2 "Slowing it down"
log2
sleep 1
log1
log "Cloning ya mum"
log2
sleep 1
log0
}