Commit 011c18fc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fd584e70
...@@ -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 -test.run 'TestΔBTail|TestΔBTreeAllStructs' || break GOGC=1 $cwd/wcfs.test -test.v -test.run 'TestZBlk|TestΔBTail|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