From 9ac735047746b9455a896b6fe82da36ea4b13ceb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 May 2017 22:04:09 +0300 Subject: Use current directory as home in runtests.sh --- tools/ci/scripts/runtests.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-60-g2f50