Commit d43906bf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 70cfe8cd
...@@ -13,7 +13,7 @@ cwd=$(pwd) ...@@ -13,7 +13,7 @@ cwd=$(pwd)
function runtest1() { function runtest1() {
for i in `seq 100`; do for i in `seq 100`; do
echo -e "\n>>> #$i" echo -e "\n>>> #$i"
$cwd/wcfs.test -test.v || break $cwd/wcfs.test -test.v -test.run 'TestZBlk|TestΔBTail|TestIntSets|TestKVDiff|TestKVTxt|TestΔBTreeAllStructs' || break
done done
} }
......
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