Enable hddtemp on all platforms (#3153)
Also disables dmcache tests on non-linux.
This commit is contained in:
parent
ca690fe48d
commit
8edebf65e9
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package dmcache
|
||||
|
||||
import (
|
|
@ -1,5 +1,3 @@
|
|||
// +build linux
|
||||
|
||||
package hddtemp
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
// +build !linux
|
||||
|
||||
package hddtemp
|
Loading…
Reference in New Issue