Skip to content

Commit

Permalink
Add qemu release tests to all-tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Jan 1, 2021
1 parent 99d66c2 commit 1de3592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1de3592

Please sign in to comment.