]> granicus.if.org Git - re2c/commit
run_tests.sh: don't crash on absolute filepaths in test names.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 24 Feb 2016 16:57:54 +0000 (16:57 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 24 Feb 2016 17:12:31 +0000 (17:12 +0000)
commitc56a14582de4fbbed34d231e521ab2e6af5d43c3
treeb7c0971e5370cb28b5b24e2df78135a8e6af5977
parentf781c3a3a07cde0243c894da640070d6c62ef4bc
run_tests.sh: don't crash on absolute filepaths in test names.

This patch fixes bug #137 "run_tests.sh fail when running configure
script with absolute path".

The fix: copy all test files into temporary build directory (which
is addressed by a relative filepath) and keep messing with relative
filepaths.
re2c/run_tests.sh.in