diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 11:03:04 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 11:03:04 -0700 |
| commit | 77bd1c9975fc2f12b457f4ca9990d788957af330 (patch) | |
| tree | f5dcc150ed88206129ad93776bb326e502254464 /bin | |
| parent | 92003767408322277b043f4c64a305e1d893f958 (diff) | |
Extract shared example to convert QA jobs to integration tests
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/test-local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-local b/bin/test-local index 4111eb5..75bfc39 100755 --- a/bin/test-local +++ b/bin/test-local @@ -11,5 +11,5 @@ if [ -z "$LM_HOME" ]; then docker run --rm --env LICENSE_FINDER_CLI_OPTS --volume "$PROJECT_PATH":/code "$IMAGE_NAME" analyze /code else - bash -l ./run.sh analyze "$PROJECT_PATH" + /run.sh analyze "$PROJECT_PATH" fi |
