Add ./build.sh noupgrade and all-noupgrade

This commit is contained in:
Jakob Borg
2014-08-11 11:59:33 +02:00
parent ab952e6103
commit 5231a09820
2 changed files with 59 additions and 43 deletions

View File

@@ -8,7 +8,6 @@ import (
"fmt"
"sort"
"testing"
"time"
"github.com/syncthing/syncthing/files"
"github.com/syncthing/syncthing/lamport"
@@ -594,6 +593,7 @@ func TestLocalVersion(t *testing.T) {
}
}
/*
var gf protocol.FileInfo
func TestStressGlobalVersion(t *testing.T) {
@@ -652,3 +652,4 @@ func stressWriter(s *files.Set, id protocol.NodeID, set1, set2 []protocol.FileIn
i++
}
}
*/