Skip to content

Commit 3788a77

Browse files
committed
Update changelog
1 parent 8d21c59 commit 3788a77

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11

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`)
511

612
# 0.7.1
713

0 commit comments

Comments
 (0)