Skip to content

Commit 7f115f5

Browse files
committed
minor cleanup
1 parent e5a2144 commit 7f115f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • install/ci-vm/ci-linux/ci

install/ci-vm/ci-linux/ci/runCI

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ if [ -e "${dstDir}/ccextractor" ]; then
128128
echo "=== CCExtractor Binary Version ===" >> "${logFile}"
129129
./ccextractor --version >> "${logFile}" 2>&1
130130
echo "=== End Version Info ===" >> "${logFile}"
131-
132-
131+
postStatus "testing" "Running tests"
133132
ccextractor_path="$(pwd)/ccextractor"
134133
combined_stdout="/tmp/combined_stdout.log"
135134
: > "${combined_stdout}"
@@ -190,7 +189,6 @@ WRAPPER_EOF
190189
done
191190

192191
sendLogFile
193-
upload_artifact "${logFile}" "test_artifacts/${test_id}/full_output.log"
194192
postStatus "completed" "Ran all tests"
195193

196194
sudo shutdown -h now

0 commit comments

Comments
 (0)