tests/image: remove travis constants
The tests are no longer run on Travis, therefore we don't need the special setup to run them there. This change should also fix #929 that is probably caused due to osbuild executed in a weird way. Fixes #929
This commit is contained in:
parent
70c32ef7c5
commit
e399c05cb4
3 changed files with 2 additions and 49 deletions
2
Makefile
2
Makefile
|
|
@ -116,7 +116,7 @@ build:
|
|||
go test -c -tags=integration -o osbuild-tests ./cmd/osbuild-tests/main_test.go
|
||||
go test -c -tags=integration -o osbuild-weldr-tests ./internal/client/
|
||||
go test -c -tags=integration -o osbuild-dnf-json-tests ./cmd/osbuild-dnf-json-tests/main_test.go
|
||||
go test -c -tags=integration,travis -o osbuild-image-tests ./cmd/osbuild-image-tests/
|
||||
go test -c -tags=integration -o osbuild-image-tests ./cmd/osbuild-image-tests/
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue