diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-24 12:24:42 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-24 12:24:42 -0600 |
| commit | f1134aab0c98d6221ecdbd938104caa018a18727 (patch) | |
| tree | e364e1ec64b5786cebe60bc5c39d7604e6f549e7 | |
| parent | 0234337638200ebb6282c959afc01b12f5df8181 (diff) | |
Rename test_all to test-all
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | bin/test-all (renamed from bin/test_all) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ docker run --rm --volume "/path/to/my/project":/code license-management analyze You can run integration tests on the image like this: ```sh -./bin/test_all +./bin/test-all ``` where: diff --git a/bin/test_all b/bin/test-all index 16d30e9..16d30e9 100755 --- a/bin/test_all +++ b/bin/test-all |
