From 50d0de5792c6d2afe99bd63662a47e8fc2a7a51a Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Tue, 11 Sep 2018 12:00:34 +0800 Subject: [PATCH] [toranj] fix typo of toranj tests (#3050) --- tests/toranj/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/toranj/start.sh b/tests/toranj/start.sh index 5f50e5f8a..e9643c488 100755 --- a/tests/toranj/start.sh +++ b/tests/toranj/start.sh @@ -105,7 +105,7 @@ fi --enable-commissioner \ --with-examples=posix \ --disable-docs \ - --disable-test || die + --disable-tests || die make -j 8 || die