Browse Source

Add qemu release tests to all-tests target

Fabian 3 years ago
parent
commit
1de3592cd6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      tests/full/run.js

+ 1 - 1
Makefile

@@ -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)
 

+ 2 - 2
tests/full/run.js

@@ -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,