build: remove test command

i left this in here during the last change

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-12-23 18:02:09 +00:00
parent 655d3cdc88
commit 746d9cadda
-1
View File
@@ -101,7 +101,6 @@ git_init()
excmd()
{
lbmkcmd="${buildpath}/${option}"
echo "TEST: $lbmkcmd"
[ -f "${lbmkcmd}" ] || fail "Invalid command. Run: ${linkpath} help"
shift 1; "$lbmkcmd" $@ || fail "excmd: ${lbmkcmd} ${@}"
}