]> git.proxmox.com Git - libgit2.git/blobdiff - ci/test.sh
New upstream version 1.5.0+ds
[libgit2.git] / ci / test.sh
index a9483977883b9d845928a418a00b38940c5c885d..0815522a9528bd669b84fc8d5b40d80e8cdac218 100755 (executable)
@@ -159,10 +159,18 @@ fi
 if [ -z "$SKIP_OFFLINE_TESTS" ]; then
        echo ""
        echo "##############################################################################"
-       echo "## Running (offline) tests"
+       echo "## Running core tests"
        echo "##############################################################################"
 
+       echo ""
+       echo "Running libgit2 integration (offline) tests"
+       echo ""
        run_test offline
+
+       echo ""
+       echo "Running utility tests"
+       echo ""
+       run_test util
 fi
 
 if [ -n "$RUN_INVASIVE_TESTS" ]; then
@@ -186,7 +194,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
 
        echo ""
        echo "##############################################################################"
-       echo "## Running (online) tests"
+       echo "## Running networking (online) tests"
        echo "##############################################################################"
 
        export GITTEST_REMOTE_REDIRECT_INITIAL="http://localhost:9000/initial-redirect/libgit2/TestGitRepository"
@@ -198,9 +206,9 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
        # Run the online tests that immutably change global state separately
        # to avoid polluting the test environment.
        echo ""
-       echo "##############################################################################"
-       echo "## Running (online_customcert) tests"
-       echo "##############################################################################"
+       echo "Running custom certificate (online_customcert) tests"
+       echo ""
+
        run_test online_customcert
 fi