diff options
author | Jakob Unterwurzacher | 2016-02-06 20:25:18 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-06 20:25:18 +0100 |
commit | 9b6894bdbfa19020c06947a2e0d598c594f298da (patch) | |
tree | c9b0abd5593896908c6d116cfebc73664beb40d0 | |
parent | c74772bc8d7348ced429e5ca6ef47a53a8f215ff (diff) |
test.bash: Accept flags
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ cd "$(dirname "$0")" source build.bash -go test ./... +go test ./... $* |