summaryrefslogtreecommitdiff
path: root/run-checks
AgeCommit message (Expand)Author
2017-01-19run "go test -i" before go test itself.John R. Lenton
2017-01-17make generate-packaging-dir look for a companion 14.04 branch for theJohn R. Lenton
2016-12-15add missing cleanupMichael Vogt
2016-11-23Merge pull request #2329 from mvo5/feature/ineffassignJohn Lenton
2016-11-22force gofmt -sMichael Vogt
2016-11-22run github.com/gordonklaus/ineffassign as part of the static checksMichael Vogt
2016-11-16Use a default GOBINLeo Arias
2016-11-16static tests: add spell checkLeo Arias
2016-09-19Merge remote-tracking branch 'upstream/master' into feature/vendorMichael Vogt
2016-09-13clean out left over references to integration testsSamuele Pedroni
2016-08-30Move from godeps to govendor and use vendoringMichael Vogt
2016-08-25stop building the integration checks in the run-checks codeMichael Vogt
2016-08-18add qemu to our spread.yaml and update READMEMichael Vogt
2016-07-18integration-test coverage metrics droppedFederico Gimenez
2016-06-13Merge branch 'master' into feature/1586465/hook_managerKyle Fazzari
2016-06-11spread: run on travisGustavo Niemeyer
2016-05-31hooks,overlord: implement basic HookManager.Kyle Fazzari
2016-05-24Code moved to github.com/snapcore/snapd.Gustavo Niemeyer
2016-05-23client, daemon, cmd: support for `snap --version` (#1197)John Lenton
2016-05-20stop the update-pot check in run-checks, we already do that on package build ...Michael Vogt
2016-04-29don't include the real tests when buildingwith go test -c the executables sub...Samuele Pedroni
2016-03-17better handling of task goroutine exits, support state.Retry to express that ...Samuele Pedroni
2016-02-08scripts: move the script to get dependencies to a separate fileLeonardo Arias Fonseca (¡paz y baile!)
2015-11-25address review comments (thanks John!)Michael Vogt
2015-11-24no need for a subshell in the pot file checkingMichael Vogt
2015-11-24add check that git tree is clean after tests (thanks gustavo!)Michael Vogt
2015-11-17Typo and remove echo.Leo Arias
2015-11-17Also report the subunit results on failre.Leo Arias
2015-11-11Reset locale for testingZygmunt Krynicki
2015-11-05simplify, thanks GustavoMichael Vogt
2015-11-05use addtrap for the new trap tooMichael Vogt
2015-11-05Merge remote-tracking branch 'upstream/master' into bugfix/all-good-againMichael Vogt
2015-11-05Add addtrap() helper to run-checksMichael Vogt
2015-11-04Merge branch 'master' into subunitLeo Arias
2015-11-04Build the integration tests in a tmpdir.Leo Arias
2015-11-03Moved the godeps to apply to all tests.Leo Arias
2015-11-03Updated the builds and tests to use the new tag.Leo Arias
2015-11-03Merged with master.Leo Arias
2015-11-03Changes for removing the leading underscore from the integration tests directoryFederico Gimenez
2015-11-03Updated the integration tests to use subunit v2.Leo Arias
2015-10-29Fixed indentation.Leo Arias
2015-10-29Use a switch.Leo Arias
2015-10-29Moved the testutils tests to the unit suite.Leo Arias
2015-10-29Install go lint before the lint checks.Leo Arias
2015-10-29Added flags to run a single suite.Leo Arias
2015-10-27Collect the coverage output of all the unit tests.Leo Arias
2015-10-27Changed all references to launchpad.net/snappy to github.com/ubuntu-core/snappyJohn R. Lenton
2015-10-05make run-checks more 2.0, or somethingJohn R. Lenton
2015-09-16add precommit check; tweak tests. Got rid of unreachable code that made vet sad.John R. Lenton
2015-09-02Added missing fi.Leo Arias