Started taking out return statements. They are only used in functions.
This commit is contained in:
parent
83391db4fe
commit
a0b96b6fe9
1 changed files with 0 additions and 2 deletions
|
|
@ -31,11 +31,9 @@ fi
|
|||
if [ $retnStat = "0" ]
|
||||
then
|
||||
echo "successful diff comparison on VPsilane_test test"
|
||||
return 0
|
||||
else
|
||||
echo "unsuccessful diff comparison on VPsilane_test test"
|
||||
echo "FAILED" > csvCode.txt
|
||||
temp_success="0"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue