Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
sam boyer f26ae76f9f
Merge pull request #1917 from sdboyer/licenseok-test
ci: Ignore main file in licenseok
2018-07-02 21:27:49 -04:00
sam boyer 1af6f85ada ci: Ignore main file in licenseok
This should fix test failures that were being caused by golang/go#24570,
which caused test binaries to be built even when there are no test
files. The poor interaction there arose from the setting of flags in our
init() function, it seems.
2018-07-02 20:55:06 -04:00
sam boyer 684854dd20
Merge pull request #1781 from akutz/feature/status-details
Support additional details with status command
2018-07-01 23:36:41 -04:00
Yann Hodique 5a2d42f813 Makefile: use simple variables
There is no reason to run go env at variable expansion time, run it at
initialization time instead.
Also remove extra quoting for SHELL, as those are kept verbatim in the $(shell)
calls, which can lead to the attempted execution of a "/bin/bash" process
depending on the system, leading to errors like:

  make: "/bin/bash": Command not found
2018-05-16 11:17:45 -07:00
Benjamin Yolken 8b166f2480
Remove goline workaround 2018-05-01 22:28:33 -07:00
Matt Braymer-Hayes d6fc0c9929
Workaround golint hosting problem. 2018-04-23 21:12:56 -07:00
stanguturi edbfaa357b status: Add test case for `-out` flag
* Added the dependency on `build` target for `test` target.
* Added a simple test case to verify the output of `dep status -out`
  command.
2018-03-28 06:46:18 -05:00
Carolyn Van Slyck 3b0148e007
Consolidate how we are calling the tests 2018-02-24 20:20:34 -06:00
Carolyn Van Slyck 724cfcaf7b
Add feature flag for import during solve
It is turned off by default and can only be
enabled by changing the code and doing a new build. This will help us
test out the new feature without a long-term branch.
2018-02-24 20:20:34 -06:00
Carolyn Van Slyck 5db50e97a3
Add a makefile
Moved some of the travis magic into a makefile so that it's easier for
contributors to mimic a PR
2018-02-11 13:33:19 -06:00