Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib.sh: install func_exit_handler() from start_test()
func_exit_handler() makes sense only when used with start_test() start_test() is a "mandatory" right now because it's invoked from lib.sh. But this is wrong because it should be possible to import lib.sh functions without actually running anything and it's causing various issues like sof_remove.sh depending on the firmware being loaded, see discussion in thesofproject#1169 This commit will make it possible NOT to use start_test(). Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information