Add osbuild-weldr-tests command
This commit is contained in:
parent
17ca73ab14
commit
b9eb01c9d3
1 changed files with 11 additions and 0 deletions
11
cmd/osbuild-weldr-tests/main.go
Normal file
11
cmd/osbuild-weldr-tests/main.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// osbuild-tests runs all of the osbuild integration tests against a live server
|
||||
// Copyright (C) 2020 by Red Hat, Inc.
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/osbuild/osbuild-composer/internal/weldrcheck"
|
||||
)
|
||||
|
||||
func main() {
|
||||
weldrcheck.Run("/run/weldr/api.socket")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue