]> 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 16:57:54 +0000 (16:57 +0000)
commit7875e6c8e106735ddc8928921d88fef64e1d61aa
tree851d95deafa32927020e0f2ae1095683dbeaa7fb
parent3124a7994a677ddb3d0d0272e802e2ce643a828b
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