]> git.draconx.ca Git - liblbx.git/commit
tests: Enable shell traces early in all scripts.
authorNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 01:10:30 +0000 (20:10 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 01:37:33 +0000 (20:37 -0500)
commit4e1f80572a3fa2687d9350a7c211507ed382c9fb
treedca7cdc10bb6b704be504fd8f7be0f1cee5ecbd1
parentee019841b6c3e097f37bb739d403fe7c10d2adc6
tests: Enable shell traces early in all scripts.

The result_ function we snarfed from Automake turns on set -x in our
test suite, but since we do not enable it from the beginning the test
logs have traces starting from the first test result and not before.

The result is very strange; enable traces early so we see everything.
tests/util/test-init.sh