summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-10 22:04:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-10 22:04:09 +0300
commit9ac735047746b9455a896b6fe82da36ea4b13ceb (patch)
tree123784413f3340abb70fde28be70e47c08c7fc6c /tools
parentb2a3ea53bfc9708d1cec1c5c3f8009370e4a852a (diff)
downloadplus-9ac735047746b9455a896b6fe82da36ea4b13ceb.tar.gz
plus-9ac735047746b9455a896b6fe82da36ea4b13ceb.tar.bz2
plus-9ac735047746b9455a896b6fe82da36ea4b13ceb.tar.xz
plus-9ac735047746b9455a896b6fe82da36ea4b13ceb.zip
Use current directory as home in runtests.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/runtests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 528c74d9c..13735fe64 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -5,6 +5,8 @@ ulimit -c unlimited -S
ulimit -c unlimited
rm -rf core*
+export HOME="$(pwd)"
+
echo "clean config runs"
n=0
while true; do