提交 d147776d 编写于 作者: J Jared Parsons

Merge pull request #2363 from SirCmpwn/fix-cibuild-usage

Fix usage() in cibuild.sh
#!/bin/bash
usage()
{
echo "Runs our integration suite on Linux"
echo "usage: cibuild.sh [options]"
echo ""
echo "Options"
echo " --mono-path <path> Path to the mono installation to use for the run"
echo " --os <os> OS to run (Linux / Darwin)"
echo " --minimal Run a minimal set of suites (used when upgrading mono)"
}
XUNIT_VERSION=2.0.0-alpha-build2576
FULL_RUN=true
OS_NAME=$(uname -s)
......@@ -153,17 +164,6 @@ test_roslyn()
fi
}
usage()
{
echo "Runs our integration suite on Linux"
echo "usage: cibuild.sh [options]"
echo ""
echo "Options"
echo " --mono-path <path> Path to the mono installation to use for the run"
echo " --os <os> OS to run (Linux / Darwin)"
echo " --minimal Run a minimal set of suites (used when upgrading mono)"
}
# As a bootstrap mechanism in Jenkins we assume that Linux is a
# minimal run. It is not yet updated to the latest mono build
# nor is the --minimal switch present for us to take advantage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册