diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-11 17:25:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-11 17:25:00 +0300 |
commit | 37eac088655e2d4f5cd9e511058eead078bbf497 (patch) | |
tree | 337a484a3332bca5564b2dc071b7bde8c08eaea9 /tools | |
parent | 3f93a5c9fbe8f4d42d5cb25364b3bf16b59963ab (diff) | |
download | plus-37eac088655e2d4f5cd9e511058eead078bbf497.tar.gz plus-37eac088655e2d4f5cd9e511058eead078bbf497.tar.bz2 plus-37eac088655e2d4f5cd9e511058eead078bbf497.tar.xz plus-37eac088655e2d4f5cd9e511058eead078bbf497.zip |
Change home path in runtests.sh into logs directory.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/scripts/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 13735fe64..77eea18ef 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -5,7 +5,7 @@ ulimit -c unlimited -S ulimit -c unlimited rm -rf core* -export HOME="$(pwd)" +export HOME="logs/home" echo "clean config runs" n=0 |