Merge pull request #9371 from reaperrr/maketest-order
Changed make.ps1 test order
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)
|
||||
{
|
||||
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..."
|
||||
./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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user