Skip to content
Snippets Groups Projects
Commit 73da19b6 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

updates to autotest framework

parent 73b08015
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ for search_expr in "${test_case_array[@]}"
elif [ "$class" == "execution" ]; then
test_compile_and_run "$name" "$compile_prog" "$compile_prog_args" "$pre_exec" "$pre_exec_args" "$main_exec" "$main_exec_args" "search_array_true[@]" "$search_expr_false" "$nruns" "$pre_compile_prog" "$class" "$compile_prog_out" "$tags" "$mypassword"
else
echo "Unexpected class of test case...Exiting...."
echo "Unexpected class of test case...Skipping the test case $name ...."
fi
done
......
This diff is collapsed.
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