]> xenbits.xensource.com Git - people/gdunlap/xsatool.git/commit
Change to in-binary test
authorGeorge Dunlap <george.dunlap@citrix.com>
Fri, 19 May 2017 16:05:44 +0000 (17:05 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 19 May 2017 16:21:09 +0000 (17:21 +0100)
commit44589a2efd1e9317d9249a076f5bc4ea4aa7d6be
treea4190883dacf4cc035067e82340fa75d97369650
parent4cd8d62430c940587e163da3556c5dfa7e7d2dc5
Change to in-binary test

`go test` apparently has a default 10-minute timeout.  This isn't
enough for all the tests in the "system test", and there's no way to
change the default except to manually add a --timeout parameter to "go
test".

Instead pull the test out into a special xsatool command.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
main.go
system_test.go [deleted file]
systemtest.go [new file with mode: 0644]