This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
mcuboot
mirror of
https://github.com/zephyrproject-rtos/mcuboot.git
Watch
1
Star
0
Fork
You've already forked mcuboot
0
Code
Issues
Releases
Wiki
Activity
v3.7-branch
mcuboot
/
samples
/
zephyr
/
run-tests.sh
5 lines
80 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
zephyr: add script for running mcuboot tests It's onerous to work through the tests in docs/testplan-zephyr.md by hand. Add a script which takes the thinking out of it. Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2017-11-15 09:22:03 +08:00
#!/bin/bash
samples/zephyr: Remove the body of the shell test runner Instead of trying to main two test runners for the Zephyr sample directory, have the old test runner just print out a message that users should use the new test runner. Eventually, we can just remove old runner entirely. Instead of asking the user for each test if it worked or not, the new test runner looks at the serial log and makes this conclusion itself. It is able to run the whole test suite completely automatically. Signed-off-by: David Brown <david.brown@linaro.org>
2022-01-15 04:35:29 +08:00
echo
"Please use the new test runner: go run run-tests.go"
exit
1