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"
|
DATA_DIR="$1"
|
||||||
if [ -z "$DATA_DIR" ]
|
if [ -z "$DATA_DIR" ]
|
||||||
then
|
then
|
||||||
DATA_DIR="/data/users/abhishekk/test_ldb"
|
DATA_DIR="/tmp/test_ldb"
|
||||||
fi
|
fi
|
||||||
STAT_FILE="/tmp/leveldb_test_stats"
|
STAT_FILE="/tmp/leveldb_test_stats"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user