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

.

parent fd584e70
......@@ -13,7 +13,7 @@ cwd=$(pwd)
function runtest1() {
for i in `seq 100`; do
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
}
......
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