Commit Graph

20 Commits

Author SHA1 Message Date
Rick Olson
5e78bce171 only build lfs and commands sub packages by default.
ignore the new tests subdir
2015-05-14 10:55:14 -06:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
Rick Olson
cbd08bdda7 teach script/test how to pass args to go test 2015-02-07 10:23:49 -07:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
rubyist
344f0e97a3 Ensure we're testing with the bin in the repo and not any installed bins 2014-10-01 10:49:14 -04:00
rubyist
321c1a51c6 Make sure git-media is in the path for tests 2014-09-29 13:01:19 -04:00
risk danger olson
d6879cfbb0 /cc @pengwynn 2014-08-16 11:26:31 -06:00
Sergio Rubio
1f5220590d Fix Bashisms
The default /bin/sh in some places isn't bash (like Ubuntu, dash) and
the script is using Bashisms:

```
[1005][rubiojr@octox] checkbashisms -f script/test
possible bashism in script/test line 7 (alternative test command ([[ foo
]] should be [ foo ])):
if [[ "$#" != "0" ]]; then
```

So trying to run it results in:

```
./script/test: 7: ./script/test: [[: not found
^Cexit status 2
```
2014-06-14 16:47:40 +02:00
rubyist
ff7bed01bd remove redundant clean up 2014-06-03 11:39:37 -04:00
rubyist
49c248f95f Don't depend on existing $GOPATH, everything under .vendor 2014-06-03 11:16:52 -04:00
rubyist
31784281fe Tests run, still depends on normal $GOPATH 2014-06-03 11:11:31 -04:00
Rick Olson
19966b6da8 setup script/test to run individual package tests 2014-06-02 09:38:42 -06:00
Rick Olson
c860db833b separate integration tests from unit tests 2014-06-02 09:38:40 -06:00
rubyist
76b22cbaf4 stricter tests for decoding 2014-06-02 09:38:12 -06:00
Rick Olson
4cf3bc53f2 initial integration tests spike 2014-06-02 09:35:22 -06:00
Rick Olson
110d41cf2d fix script/test 2014-06-02 09:35:22 -06:00
rick
330c8cbfb4 test that ObjectUrl behaves with various endpoint values 2014-06-02 09:34:33 -06:00
rick
8e1a1a180a start on a basic queuedir package 2014-06-02 09:33:52 -06:00
rick
27fd6ab2fe add gopack 2014-06-02 09:33:51 -06:00
risk danger olson
7440cc5190 add script/test 2014-06-02 09:33:51 -06:00