aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-27 23:54:01 -0500
committerGravatar David Bremner <bremner@debian.org>2012-11-29 09:24:12 -0400
commit7a0813b72a04339581dfbe06fb9a6de9bc161025 (patch)
tree7bc8098f648bbe71849b3753dad478a9321f5dd6 /performance-test
parentec59896de06cf76d6d7ee6ff7bc46df522c7afe3 (diff)
test: Use associative arrays to track external prereqs
Previously, the test framework generated a variable name for each external prereq as a poor man's associative array. Unfortunately, prereqs names may not be legal variable names, leading to unintelligible bash errors like test_missing_external_prereq_emacsclient.emacs24_=t: command not found Using proper associative arrays to track prereqs, in addition to being much cleaner than generating variable names and using grep to carefully construct unique string lists, removes restrictions on prereq names.
Diffstat (limited to 'performance-test')
0 files changed, 0 insertions, 0 deletions