summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-17 14:31:29 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-22 22:07:45 -0500
commitd02f4f7ad73d91504b9c9eb096989684edbc3417 (patch)
tree30dc04f8533c8cc1379bdeaae622e46e5920cf6c /ci
parente6d93612e86f50809b941030ef605382895e6f0a (diff)
downloadlibgit2-d02f4f7ad73d91504b9c9eb096989684edbc3417.tar.gz
cmake: refactor `add_clar_test` into separate module
Diffstat (limited to 'ci')
-rwxr-xr-xci/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/test.sh b/ci/test.sh
index ec2151987..0815522a9 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -156,10 +156,6 @@ fi
# Run the tests that do not require network connectivity.
-if [ -z "$SKIP_UTILITY_TESTS" ]; then
- run_test util
-fi
-
if [ -z "$SKIP_OFFLINE_TESTS" ]; then
echo ""
echo "##############################################################################"