test: test name is the last elem, not second
authorTimothy J Fontaine <tjfontaine@gmail.com>
Mon, 25 Mar 2013 23:16:44 +0000 (16:16 -0700)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 25 Mar 2013 23:21:41 +0000 (00:21 +0100)
commitfb6dd0c0b5a9705d691054449e4beb4cf7a73ea1
tree96a0c5bcb611f2af22ee3084b1e5b1491c4d5755
parent9352c1988574cbbc8649115007200315d8f79578
test: test name is the last elem, not second

When a test requires node to have parameters passed (--expose-gc) the
test name will be the last element in the command array, not the second.
tools/test.py