diff options
author | Michael Allen <michael@michaelallen.io> | 2015-02-17 10:44:27 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-02-17 10:44:27 +0000 |
commit | 62bca00c2ff42b502a03dc7f5d124736467c7968 (patch) | |
tree | a1cc34474a9527e1c20bb36398dad827eb14367a | |
parent | 17f351cb3d9b577b99c641c3e01f2a504fdeb1e3 (diff) | |
download | git-sonar-62bca00c2ff42b502a03dc7f5d124736467c7968.tar.gz git-sonar-62bca00c2ff42b502a03dc7f5d124736467c7968.zip |
add all test runs to the test script
Diffstat (limited to '')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ #!/bin/sh ./test-directories.sh +./test-commits.sh +./test-branches.sh |