Skip to content
Snippets Groups Projects
Commit 5b19455d authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[tests] minor fix suggested by shellcheck

parent 2b63f081
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ fi ...@@ -73,7 +73,7 @@ fi
# conditions to be checked # conditions to be checked
for ((run=1; run<=$runs; run++)) for ((run=1; run<=runs; run++))
do do
echo "Checking run $run..." echo "Checking run $run..."
check $run "Defined functions" "${checks[$run-1]}" check $run "Defined functions" "${checks[$run-1]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment