Skip to content
Snippets Groups Projects
Commit ce152773 authored by Jason Hiser's avatar Jason Hiser
Browse files

reduced test runs from 4 inputs to 2 for test time reduction

Former-commit-id: a706c79301c410ee6ba5a9e33926055e0f0f8e83
parent a68cb6c7
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ main()
for fib_varient in "${fib_varients[@]}"; do
for libfib_varient in "${libfib_so_orig_varients[@]}"; do
for libfib2_varient in "${libfib2_so_orig_varients[@]}"; do
for i in {2..6}; do
for i in 2 6; do
do_test "$fib_varient" $i "$libfib_varient" "$libfib2_varient"
done
done
......
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