j
k
j a
j l
if [ "${testsuite}" == "all" ]&&[ "${testcase}" == "all"]
Need space around &&
btw checking "$testsuite == all" should be enough.
then test_all_cases return
test_all_cases
return
'return' can be removed.
else test_one_case fi +} +run_test 2.23.0
test_one_case
+}
2.23.0
Back to the thread
Back to the list