diff options
-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 |