File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- - Make ` bootimage runner ` pass additional arguments to the run command (e.g. QEMU).
3
- - Apply ` test-timeout ` config key when running tests in ` bootimage runner `
4
- - All binaries in the ` target/deps ` folder are considered tests for this feature
2
+ - New features for ` bootimage runner `
3
+ - Pass additional arguments to the run command (e.g. QEMU)
4
+ - Consider all binaries in the ` target/deps ` folder as test executables
5
+ - Apply ` test-timeout ` config key when running tests in ` bootimage runner `
6
+ - Don't apply ` run-args ` for test executables
7
+ - Add a new ` test-args ` config key for test arguments
8
+ - Add a new ` test-success-exit-code ` config key for interpreting an exit code as success
9
+ - This is useful when the ` isa-debug-exit ` QEMU device is used.
10
+ - Improve printing of the run command (print string instead of array, print non-canonicalized executable path, respect ` --quiet ` )
5
11
6
12
# 0.7.1
7
13
You can’t perform that action at this time.
0 commit comments