Skip to content

Commit 9599445

Browse files
committed
CDRIVER-2014 fix Evergreen tarball-checking code
1 parent c56dbbc commit 9599445

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ tasks:
402402
fi
403403
done
404404
405+
set +o xtrace
405406
echo "Checking that all C files are included in tarball"
406407
# Check that all C files were included.
407408
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:
412413
echo $SRC_CFILES | diff -y - tar_cfiles.txt
413414
fi
414415
415-
end=$(date +%s)
416-
echo '"end": ' $end ', ' >> test-results.json
417-
sum=$(expr $end - $start)
418-
echo '"elapsed": ' $sum ' } ] }' >> test-results.json
419-
420416
- func: "upload docs"
421417
- func: "upload release"
422418
- func: "upload build"

0 commit comments

Comments
 (0)