> So, what's the way to tell smolder "make" failed? After looking into it a bit more, there is a buildbot for parrot, so I'm seeing about adding my system to that.
In the bigger picture, I was thinking that the "right way" to start a smoke test would be- 0.remove all dependencies on the smoke/smolder tests from the makefile 1.very first test would check if those dependencies are up to date- if so, report "build" test success and continue with testing 2.if dependencies need to be built, make them and capture output 3.if step 2 fails, report a failure of a "build" test and skip all other tests, report that Would that be useful? Or does "make test" imply build was successful, and that's why we have buildbot?