summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-08 19:21:25 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-08 19:21:25 +0100
commita0d5e07c0a6ad87b61a5d72a3dc7564ee7ef8529 (patch)
treeca3d69688c7d491d134e094940428ad0c999538a
parent2c2d2fa7f2e17ac2fa3b2300866c8f4f3b7aae62 (diff)
downloadlibgit2-a0d5e07c0a6ad87b61a5d72a3dc7564ee7ef8529.tar.gz
fixup! ci: move tests into citest.ps1
-rw-r--r--ci/test.ps16
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/test.ps1 b/ci/test.ps1
index 91b782699..21e8bd764 100644
--- a/ci/test.ps1
+++ b/ci/test.ps1
@@ -26,9 +26,13 @@ if ($LastExitCode -ne 0) { [Environment]::Exit($LastExitCode) }
Write-Host ""
Write-Host "##############################################################################"
-Write-Host "## Running proxy tests"
+Write-Host "## Running online tests"
Write-Host "##############################################################################"
+Write-Host ""
+Write-Host "Running proxy tests"
+Write-Host ""
+
$Env:GITTEST_REMOTE_PROXY_URL="localhost:8080"
$Env:GITTEST_REMOTE_PROXY_USER="foo"
$Env:GITTEST_REMOTE_PROXY_PASS="bar"