elastic / quark

https://elastic.github.io/quark/index.html
Other
14 stars 2 forks source link

Add three more tests to quark-test(8) #90

Closed haesbaert closed 2 weeks ago

haesbaert commented 3 weeks ago

This adds the following tests:

Tests are ordered by increasing order of complexity so we can see what fails earlier. We could assert the whole event like we do in t_fork_exec_exit(), and we might do it in the future after factoring it out to a separate function.

-- EDIT

I ended up piggybacking a second commit to detect tty and colorize the output.