mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
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.
This commit is contained in:
parent
5bffa7453f
commit
761558f612
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue