From df3b8739423c7c5dacad7ba75319398772ebb2c0 Mon Sep 17 00:00:00 2001 From: blsaws Date: Fri, 22 Jul 2016 11:28:13 -0700 Subject: Correct formatting issues JIRA: COPPER-4 Change-Id: Ifac3e89d02595051c4d2416f9482e63b71bf0046 Signed-off-by: blsaws --- tests/run.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/run.sh b/tests/run.sh index 0fc9678..333779e 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -42,13 +42,13 @@ for test in $tests; do echo "Test: $test.sh" echo "============" bash $test.sh - result=$? - n+=1 + result=$? + n+=1 if (($result == 0)); then test_result[$n]="Passed" else - test_result[$n]="Failed" - overall_result=1 - fi + test_result[$n]="Failed" + overall_result=1 + fi bash $test-clean.sh done @@ -61,7 +61,7 @@ echo "======================" echo "Test Duration = $runtime minutes" n=0 for test in $tests; do - n+=1 + n+=1 echo "${test_result[$n]} : $test" done if (($overall_result == 0)); then echo "Test run overall: PASSED"; -- cgit 1.2.3-korg