From: David Bremner Date: Sat, 2 Dec 2017 12:53:04 +0000 (-0400) Subject: test: unbreak performance tests X-Git-Tag: 0.26_rc0~61 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1e4e8e3bf564ea190b42e9347b22c62fa6b78396;hp=1e4e8e3bf564ea190b42e9347b22c62fa6b78396 test: unbreak performance tests 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 of tests. Performance tests still don't work out of tree, because the handling of the downloaded corpus needs to be updated. ---