diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-10 22:04:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-10 22:04:09 +0300 |
commit | 9ac735047746b9455a896b6fe82da36ea4b13ceb (patch) | |
tree | 123784413f3340abb70fde28be70e47c08c7fc6c /tools | |
parent | b2a3ea53bfc9708d1cec1c5c3f8009370e4a852a (diff) | |
download | plus-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-x | tools/ci/scripts/runtests.sh | 2 |
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 |