ci: print test_network_log contents
commit802baa8b6bb70e58e8415c48ec518d4a9f5acfa8
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Mon, 28 Mar 2022 19:43:31 +0000 (28 15:43 -0400)
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Mon, 28 Mar 2022 19:43:31 +0000 (28 15:43 -0400)
tree817caf0f7ccc8b6289855dba1f317101303dce9c
parent62fb18497944382219adac9052f9668fdcb1894d
ci: print test_network_log contents

cat will always print "cat: test_network_log: Is a directory". change it to
head -n -0, which is arguably not the perfect format but is at least somewhat
useful.
scripts/ci/ci-driver.sh