Remove test data

A dummy command was used to check the script would fail if a command was missing.
Not being a real command, it always made the script fail as a command was missing.
pull/578/head
AnyOldName3 5 years ago committed by AnyOldName3
parent 5bffa7453f
commit 761558f612

@ -4,8 +4,8 @@
} }
$MissingTools = $false $MissingTools = $false
$tools = "cl", "link", "rc", "mt", "awooga" $tools = "cl", "link", "rc", "mt"
$descriptions = "MSVC Compiler", "MSVC Linker", "MS Windows Resource Compiler", "MS Windows Manifest Tool", "A made up command" $descriptions = "MSVC Compiler", "MSVC Linker", "MS Windows Resource Compiler", "MS Windows Manifest Tool"
for ($i = 0; $i -lt $tools.Length; $i++) { for ($i = 0; $i -lt $tools.Length; $i++) {
$present = $true $present = $true
try { try {

Loading…
Cancel
Save