From 84bfc032b2aca741f3ccb8c3704e416a8e810150 Mon Sep 17 00:00:00 2001
From: Anh Nguyen <zenpoems@gmail.com>
Date: Thu, 10 Jan 2019 09:34:14 -0800
Subject: [PATCH] Fix test script

On build failure, do not try to execute test


Former-commit-id: c7954a3e42491a600c70ce63cfb085bcd052336e
---
 tests/test_cmds.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh
index 2fe0d1384..e5556dfc4 100755
--- a/tests/test_cmds.sh
+++ b/tests/test_cmds.sh
@@ -258,7 +258,8 @@ do_tests()
 				if [ $show_logs_on_failure -eq 1 ]; then
 					cat $temp_dir/logs/*.log
 				fi
-		        else
+				continue
+			else
 				progs_pass_peasoup="$progs_pass_peasoup $prog.$config"
 			fi
 
-- 
GitLab