mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
Support logging level and spinner customization
This commit is contained in:
committed by
Ettore Di Giacinto
parent
bbc9574745
commit
0cb49a40c0
@@ -18,11 +18,15 @@ package compiler_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/mudler/luet/cmd"
|
||||
config "github.com/mudler/luet/pkg/config"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestSolver(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
LoadConfig(config.LuetCfg)
|
||||
RunSpecs(t, "Compiler Suite")
|
||||
}
|
||||
|
Reference in New Issue
Block a user