Reorder yaml testing in make.ps1 to match makefile
This commit is contained in:
12
make.ps1
12
make.ps1
@@ -132,14 +132,14 @@ elseif ($command -eq "test")
|
|||||||
if (Test-Path OpenRA.Utility.exe)
|
if (Test-Path OpenRA.Utility.exe)
|
||||||
{
|
{
|
||||||
echo "Testing mods..."
|
echo "Testing mods..."
|
||||||
echo "Testing Red Alert mod MiniYAML..."
|
|
||||||
./OpenRA.Utility.exe ra --check-yaml
|
|
||||||
echo "Testing Tiberian Dawn mod MiniYAML..."
|
|
||||||
./OpenRA.Utility.exe cnc --check-yaml
|
|
||||||
echo "Testing Dune 2000 mod MiniYAML..."
|
|
||||||
./OpenRA.Utility.exe d2k --check-yaml
|
|
||||||
echo "Testing Tiberian Sun mod MiniYAML..."
|
echo "Testing Tiberian Sun mod MiniYAML..."
|
||||||
./OpenRA.Utility.exe ts --check-yaml
|
./OpenRA.Utility.exe ts --check-yaml
|
||||||
|
echo "Testing Dune 2000 mod MiniYAML..."
|
||||||
|
./OpenRA.Utility.exe d2k --check-yaml
|
||||||
|
echo "Testing Tiberian Dawn mod MiniYAML..."
|
||||||
|
./OpenRA.Utility.exe cnc --check-yaml
|
||||||
|
echo "Testing Red Alert mod MiniYAML..."
|
||||||
|
./OpenRA.Utility.exe ra --check-yaml
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user