mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
Merge pull request #8418 from Spookerton/spkrtn/fix/resolve-dmmsuite-switch-warnings
resolves sdmm-suite switch warnings
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
return test_result
|
||||
|
||||
|
||||
if(UT_NORMAL || UT_NORMAL_COLD)
|
||||
if(UT_NORMAL, UT_NORMAL_COLD)
|
||||
if(abs(pressure - ONE_ATMOSPHERE) > 10)
|
||||
test_result["msg"] = "Pressure out of bounds: [pressure] | [t_msg]"
|
||||
return test_result
|
||||
|
||||
Reference in New Issue
Block a user