1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/test
Mike Bland 6beea07a0b
preprocess: Eliminate eval in subshell
This is part of the effort to improve performance by reducing the number
of command substitutions/subshells.

Under Bash 3.2.57(1)-release on a MacBook Pro with a 2.9GHz Intel Core
i5 CPU and 8GB 1867MHz DDR3 RAM, this shaves off O(0.15s) from the test
suite at the previous commit, but I anticipate this effect being
magnified on Windows platforms.
2017-09-30 15:12:38 -04:00
..
fixtures preprocess: Eliminate eval in subshell 2017-09-30 15:12:38 -04:00
tmp Test that setup runs once before each test 2011-12-28 20:46:24 -06:00
bats.bats preprocess: Eliminate eval in subshell 2017-09-30 15:12:38 -04:00
suite.bats pull #90 quote every string compare 2015-01-30 13:08:27 +01:00
test_helper.bash exec-test: Use printf -v in bats_trim_filename 2017-09-30 15:12:37 -04:00