Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests not passing in debug builds #776

Closed
utam0k opened this issue Mar 14, 2022 · 0 comments · Fixed by #778
Closed

Fix integration tests not passing in debug builds #776

utam0k opened this issue Mar 14, 2022 · 0 comments · Fixed by #778
Assignees

Comments

@utam0k
Copy link
Member

utam0k commented Mar 14, 2022

How to reproduce
in #774
Prepare the following Makefile

ROOT = $(shell git rev-parse --show-toplevel)

build:
	./scripts/build.sh -o $(ROOT)

release-build:
	./scripts/build.sh -o $(ROOT) -r

test-all: test oci-integration-test integration-test

test: build
	cd crates && cargo test

oci-integration-test: build
	./scripts/oci_integration_tests.sh $(ROOT)

integration-test: build
	./scripts/rust_integration_tests.sh $(ROOT)/youki

clean:
	./scripts/clean.sh $(ROOT)
$ make integration-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant