OSDN Git Service

Make sure that we join paths correctly.
authorAlex Light <allight@google.com>
Wed, 8 Feb 2017 18:09:31 +0000 (10:09 -0800)
committerAlex Light <allight@google.com>
Wed, 8 Feb 2017 18:15:04 +0000 (10:15 -0800)
commit699c25580589ef71266ce9745620fd37e8edd7fb
tree8e1c9b818390ae112488af12aa10037e345b1d84
parent857acf51fbc5a931939c20e9e299c69676baf654
Make sure that we join paths correctly.

We were simply concatenating a pair of paths together but this can
cause problems if the second path is not relative. This could occur if
the OUT_DIR environment variable has been set.

Test: ./test/testrunner/testrunner.py --host -j40
Change-Id: I8b3fa817cdb114e39f9cf33a0c2e73e1a53f7e99
test/testrunner/env.py