From 33c52963d7c4dbe9749e4e0cfbfc1e8bcad16560 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 8 Feb 2016 08:03:47 +0000 Subject: [PATCH] Revert "Lint sequences using the external utility command." This reverts commit 1442056cb13c994b2589094e894bac668c30dabf. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index ca1c56e8bc..ac8539ffcd 100644 --- a/Makefile +++ b/Makefile @@ -254,19 +254,15 @@ test: utility mods @echo @echo "Testing Tiberian Sun mod MiniYAML..." @mono --debug OpenRA.Utility.exe ts --check-yaml - @mono --debug OpenRA.Utility.exe ts --check-sequence-sprites @echo @echo "Testing Dune 2000 mod MiniYAML..." @mono --debug OpenRA.Utility.exe d2k --check-yaml - @mono --debug OpenRA.Utility.exe d2k --check-sequence-sprites @echo @echo "Testing Tiberian Dawn mod MiniYAML..." @mono --debug OpenRA.Utility.exe cnc --check-yaml - @mono --debug OpenRA.Utility.exe cnc --check-sequence-sprites @echo @echo "Testing Red Alert mod MiniYAML..." @mono --debug OpenRA.Utility.exe ra --check-yaml - @mono --debug OpenRA.Utility.exe ra --check-sequence-sprites ##### Launchers / Utilities #####