1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

add cpu temp display and optimize user check

This commit is contained in:
Copper-Eye
2026-01-13 17:21:03 -04:00
parent 68708484e3
commit fae1c88fa2
5 changed files with 48 additions and 37 deletions

View File

@@ -117,7 +117,7 @@ setup() {
elapsed=$(( (end - start) / 1000000 ))
[ "$elapsed" -lt 200 ]
[ "$elapsed" -lt 500 ]
}
@test "get_darwin_major caches correctly" {