Add plan to tap output #71
Annotations
4 errors
|
bash_unit#L270
echo $test_count > $TEMPFILE
^---------^ SC2086 (info): Double quote to prevent globbing and word splitting.
|
bash_unit#L576
notify_suites_failed $(cat $TEMPFILE)
^--------------^ SC2046 (warning): Quote this to prevent word splitting.
|
bash_unit#L578
notify_suites_succeded $(cat $TEMPFILE)
^--------------^ SC2046 (warning): Quote this to prevent word splitting.
|
The logs for this run have expired and are no longer available.
Loading