#/bin/sh
# tap-test.sh
echo "1..1"
echo "ok 1"
syntax(2)
test_suite("testsuite")
tap_test_program{name="tap-test.sh"}
tap-test.sh:main -> broken: Received signal 6 [0.009s]
Results file id is home_jlam_test.20170416-191711-224983
Results saved to /home/jlam/.kyua/store/results.home_jlam_test.20170416-191711-224983.db
0/1 passed (1 failed)
--
You received this message because you are subscribed to the Google Groups "kyua-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kyua-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ah, this was an unfortunate and embarrassing copy-and-paste error on my part. Everything is actually working correctly.Regarding your question about TAP output, the testanything.org site says it should be "ok 1 description # directive".