Skip to content
Snippets Groups Projects
Commit 7587ffe3 authored by Adriaan de Beer's avatar Adriaan de Beer
Browse files

ST-456 undid the && fix

parent ccc97343
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ all: test ...@@ -16,7 +16,7 @@ all: test
test: install test: install
mkdir -p build && \ mkdir -p build && \
find . -name "*.pyc" -type f -delete && \ find . -name "*.pyc" -type f -delete && \
PYTHONPATH=/app:/app/testing:/app/testing/post-deployment pytest $(if $(findstring all,$(MARK)),, -m $(MARK)) --disable-pytest-warnings | tee pytest.stdout && \ PYTHONPATH=/app:/app/testing:/app/testing/post-deployment pytest $(if $(findstring all,$(MARK)),, -m $(MARK)) --disable-pytest-warnings | tee pytest.stdout; \
status=$$?; \ status=$$?; \
echo "Status set at \"$$status\" in post-deployment/Makefile test target"; \ echo "Status set at \"$$status\" in post-deployment/Makefile test target"; \
$(foreach artfct,$(TEST_ARTIFACTS),mv -f $(artfct) build/;) \ $(foreach artfct,$(TEST_ARTIFACTS),mv -f $(artfct) build/;) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment