We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56dbbc commit 9599445Copy full SHA for 9599445
.evergreen/config.yml
@@ -402,6 +402,7 @@ tasks:
402
fi
403
done
404
405
+ set +o xtrace
406
echo "Checking that all C files are included in tarball"
407
# Check that all C files were included.
408
TAR_CFILES=`tar --wildcards -tf mongo-c-driver-*.tar.gz 'mongo-c-driver-*/src/mongoc/*.c' | cut -d / -f 4 | sort`
@@ -412,11 +413,6 @@ tasks:
412
413
echo $SRC_CFILES | diff -y - tar_cfiles.txt
414
415
- end=$(date +%s)
416
- echo '"end": ' $end ', ' >> test-results.json
417
- sum=$(expr $end - $start)
418
- echo '"elapsed": ' $sum ' } ] }' >> test-results.json
419
-
420
- func: "upload docs"
421
- func: "upload release"
422
- func: "upload build"
0 commit comments