Index: build/unittest.sh =================================================================== diff -u -r8d0e8510b17b715ae26859b9f2061e0550d8ee7a -rfed1fbaa1a2ff0c0d52bd491e2ed2bc9383f8a41 --- build/unittest.sh (.../unittest.sh) (revision 8d0e8510b17b715ae26859b9f2061e0550d8ee7a) +++ build/unittest.sh (.../unittest.sh) (revision fed1fbaa1a2ff0c0d52bd491e2ed2bc9383f8a41) @@ -463,13 +463,13 @@ cp -r "$sonarLogs" "$REPORT_DIR" - sshpass -p "WonderFirst23@" ssh dnavaei@192.168.10.41 " + sshpass -p "WonderFirst23@" ssh dnavaei@192.168.10.41 echo "EOF cd $(pwd)/Downloads/SonarQube_Reports latestRunDate=$(date '+%Y-%m-%d') docxFile=$(find . -name "*.docx" | grep "2024-01-11") - echo $latestRunDate, $docxFile - exit - " + echo Here are the files: $latestRunDate, $docxFile + EOF" + cd "$currentDir" || return }