Use map() instead of list comprehension where possible
This commit is contained in:
parent
a201aeae94
commit
b80b059815
12 changed files with 27 additions and 30 deletions
|
|
@ -361,7 +361,6 @@ tests=$dfl_tests
|
|||
[ "$NO_PAUSE" ] || PAUSE=1
|
||||
|
||||
check_args
|
||||
|
||||
echo "Running tests: $tests"
|
||||
run_tests "$tests"
|
||||
rm -rf /tmp/mmgen-test-release-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue