SEBRAUC/src/util/commands_mock.go

12 lines
200 B
Go

//go:build !prod
// +build !prod
package util
const (
RebootCmd = "touch /tmp/sebrauc_reboot_test"
RaucCmd = "go run code.thetadev.de/TSGRain/SEBRAUC/src/fixtures/rauc_mock"
TestMode = true
)