Skip to content
Snippets Groups Projects
Commit 31d2bd92 authored by Tomasz Grabiec's avatar Tomasz Grabiec Committed by Pekka Enberg
Browse files

Do not include 'tests' module in default image


I assume this was required for `make check` (without image=) to work.
Let's have 'make check' use 'tests' image by default unless overwritten.

Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 09eddf37
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ clean: ...@@ -42,6 +42,8 @@ clean:
$(call quiet, rm -rf build/$(mode), CLEAN) $(call quiet, rm -rf build/$(mode), CLEAN)
$(call only-if, $(mgmt), $(call quiet, cd mgmt && ./gradlew --daemon clean >> /dev/null, GRADLE CLEAN)) $(call only-if, $(mgmt), $(call quiet, cd mgmt && ./gradlew --daemon clean >> /dev/null, GRADLE CLEAN))
check: export image ?= tests
check: all check: all
./scripts/test.py ./scripts/test.py
......
...@@ -2,4 +2,3 @@ from osv.modules.api import * ...@@ -2,4 +2,3 @@ from osv.modules.api import *
_mgmt = require('mgmt') _mgmt = require('mgmt')
run = [ _mgmt.full ] run = [ _mgmt.full ]
require('tests')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment