We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4c08e commit 51056b7Copy full SHA for 51056b7
1 file changed
test/scripts/integration/Run-IntegrationTests.ps1
@@ -55,7 +55,7 @@ $iterations = 2
55
# The following test should be run only for Windows, reason being that the non-Windows version:
56
# - Does not take in arguments, instead compiles all plugins within the scripting directory
57
# - Displays all the output using 'less' at the end of the compilation, thus is limited to interactive use
58
-if ($env:OS) {
+if ($env:OS -eq 'Windows_NT') {
59
$cmdArgs = @{
60
File = "$PSScriptRoot\..\..\mod\amxmodx\addons\amxmodx\scripting\plugin1.sma"
61
Force = $true
0 commit comments