Commit 8870a7e1 authored by antirez's avatar antirez
Browse files

03_test_release.sh: proper cleanup before testing.

parent 5bbb09ed
...@@ -13,6 +13,8 @@ ssh antirez@metal "export TERM=xterm; ...@@ -13,6 +13,8 @@ ssh antirez@metal "export TERM=xterm;
cd /tmp; cd /tmp;
rm -rf test_release_tmp_dir; rm -rf test_release_tmp_dir;
cd test_release_tmp_dir; cd test_release_tmp_dir;
rm -f $TARNAME;
rm -rf redis-${TAG};
wget $DOWNLOADURL; wget $DOWNLOADURL;
tar xvzf $TARNAME; tar xvzf $TARNAME;
cd redis-${TAG}; cd redis-${TAG};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment