Add qemu release tests to all-tests target

This commit is contained in:
Fabian 2020-12-31 19:14:32 -06:00
parent 99d66c2e45
commit 1de3592cd6
2 changed files with 3 additions and 3 deletions

View file

@ -270,7 +270,7 @@ api-tests: all-debug
./tests/api/state.js
./tests/api/reset.js
all-tests: jshint kvm-unit-test qemutests jitpagingtests api-tests rust-test nasmtests nasmtests-force-jit tests expect-tests
all-tests: jshint kvm-unit-test qemutests qemutests-release jitpagingtests api-tests nasmtests nasmtests-force-jit tests expect-tests
# Skipping:
# - devices-test (hangs)

View file

@ -235,8 +235,8 @@ if(cluster.isMaster)
name: "Linux 4 with bzImage from filesystem",
bzimage_initrd_from_filesystem: true,
filesystem: {
basefs: "./images/integration-test-fs/fs.json",
baseurl: "./images/integration-test-fs/flat/",
basefs: root_path + "/build/integration-test-fs/fs.json",
baseurl: root_path + "/build/integration-test-fs/flat/",
},
cmdline: "auto",
timeout: 200,