Use cockpit 220's test runner
This will format the test output as TAP and thus provide nice log.html output. Closes #320
This commit is contained in:
parent
c039821e18
commit
4166f0a5d4
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -138,8 +138,9 @@ vm: $(VM_IMAGE)
|
||||||
echo $(VM_IMAGE)
|
echo $(VM_IMAGE)
|
||||||
|
|
||||||
# run the browser integration tests; skip check for SELinux denials
|
# run the browser integration tests; skip check for SELinux denials
|
||||||
|
# this will run all tests/check-* and format them as TAP
|
||||||
check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
|
check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
|
||||||
TEST_AUDIT_NO_SELINUX=1 test/check-application
|
TEST_AUDIT_NO_SELINUX=1 test/common/run-tests
|
||||||
|
|
||||||
# checkout Cockpit's bots for standard test VM images and API to launch them
|
# checkout Cockpit's bots for standard test VM images and API to launch them
|
||||||
# must be from master, as only that has current and existing images; but testvm.py API is stable
|
# must be from master, as only that has current and existing images; but testvm.py API is stable
|
||||||
|
|
@ -152,7 +153,7 @@ bots:
|
||||||
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
|
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
|
||||||
# when you start a new project, use the latest release, and update it from time to time
|
# when you start a new project, use the latest release, and update it from time to time
|
||||||
test/common:
|
test/common:
|
||||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 219
|
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 220
|
||||||
git checkout --force FETCH_HEAD -- test/common
|
git checkout --force FETCH_HEAD -- test/common
|
||||||
git reset test/common
|
git reset test/common
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue