aboutsummaryrefslogtreecommitdiff
path: root/ci/install-dmd.ps1
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-02-26 02:09:57 +0200
committerGitHub <noreply@github.com>2019-02-26 02:09:57 +0200
commit92f95b3326579944ebfe6b49ee7ffd1e57400601 (patch)
tree1e8b5b06a8ba62888eb0dd678b7d4d6a9fd9b5aa /ci/install-dmd.ps1
parent06e939bcbb5f2fe9391665dd427f12cea8d38bd5 (diff)
parent9acbd6278959ddf1f4c92d5d7fd87e47d2c27c20 (diff)
downloadmeson-92f95b3326579944ebfe6b49ee7ffd1e57400601.zip
meson-92f95b3326579944ebfe6b49ee7ffd1e57400601.tar.gz
meson-92f95b3326579944ebfe6b49ee7ffd1e57400601.tar.bz2
Merge pull request #4982 from mesonbuild/dmddebug
Hack to get failure output from CI.
Diffstat (limited to 'ci/install-dmd.ps1')
-rw-r--r--ci/install-dmd.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dmd.ps1 b/ci/install-dmd.ps1
index fc8226c..aeacdf2 100644
--- a/ci/install-dmd.ps1
+++ b/ci/install-dmd.ps1
@@ -68,4 +68,4 @@ $dmd_bin = Join-Path $dmd_install "dmd2\windows\bin"
$Env:Path = $Env:Path + ";" + $dmd_bin
#echo "Testing DMD..."
-& dmd.exe --version 2>&1>$null
+& dmd.exe --version