Why does my test fail with “/bin/sh: make: command not found”?
You are running a test with cross-compiled components but the cross compiling didn’t happen (via build_autotest.sh) on your workstation, so autotest tries to help you by running the compilation on your device which doesn’t work. Make sure you passed –withautotest when you ran build_packages, or run build_autotest.sh explicitly for this test (pass –build=testname).