mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change default regression test location to /tmp from
/data/users/abhishekk
This commit is contained in:
@@ -13,7 +13,7 @@ NUM=100000000
|
||||
DATA_DIR="$1"
|
||||
if [ -z "$DATA_DIR" ]
|
||||
then
|
||||
DATA_DIR="/data/users/abhishekk/test_ldb"
|
||||
DATA_DIR="/tmp/test_ldb"
|
||||
fi
|
||||
STAT_FILE="/tmp/leveldb_test_stats"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user