Index: build/unittest.sh =================================================================== diff -u -refe2ab975d299954a51f00c410bc5f87ec5393b8 -raff7722b9c073adbb894820492d4e50db3b7f72e --- build/unittest.sh (.../unittest.sh) (revision efe2ab975d299954a51f00c410bc5f87ec5393b8) +++ build/unittest.sh (.../unittest.sh) (revision aff7722b9c073adbb894820492d4e50db3b7f72e) @@ -540,6 +540,7 @@ sshpass -f /opt/sonarQubeServerPass scp dnavaei@192.168.10.41:"$reportAddress" "$REPORT_DIR" mapfile -t nameOfReports < <(find "$REPORT_DIR" -type f -iname "*.md") + echo "FILES ${nameOfReports[@]}, $REPORT_DIR" for report in "${nameOfReports[@]}" do ehco "This file was found: $report"