mirror of https://github.com/facebook/rocksdb.git
Change default regression test location to /tmp from
/data/users/abhishekk
This commit is contained in:
parent
917377c1fc
commit
8ce418cd79
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue