Skip to content

Commit

Permalink
Bug 1345859 - Small follow-up for parallel ssl_gtests.sh r=mt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Mar 16, 2017
1 parent 95c6818 commit 32f4102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssl_gtests/ssl_gtests.sh
Expand Up @@ -174,7 +174,7 @@ ssl_gtest_start()
# Helper function used when 'parallel' isn't available.
parallel_fallback()
{
eval ${*//\{\}/0}
eval "${@//\{\}/0}"
}

parse_report()
Expand Down

0 comments on commit 32f4102

Please sign in to comment.