Re: [PATCH] test: unbreak performance tests

2017-12-04 Thread David Bremner
David Bremner writes: > In 8e7fb88237aedea22 Jani replaced the use of $(pwd -P) to find the > TEST_DIRECTORY in order to better support out of tree > builds. Unfortunately the performance-tests need a different value for > the variable and were thus broken. > > This commit

Re: [PATCH] test: unbreak performance tests

2017-12-03 Thread Tomi Ollila
On Sat, Dec 02 2017, David Bremner wrote: > In 8e7fb88237aedea22 Jani replaced the use of $(pwd -P) to find the > TEST_DIRECTORY in order to better support out of tree > builds. Unfortunately the performance-tests need a different value for > the variable and were thus broken. > > This commit

[PATCH] test: unbreak performance tests

2017-12-02 Thread David Bremner
In 8e7fb88237aedea22 Jani replaced the use of $(pwd -P) to find the TEST_DIRECTORY in order to better support out of tree builds. Unfortunately the performance-tests need a different value for the variable and were thus broken. This commit splits out the setting of this variable for the two sets