summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-04 11:03:04 -0700
committermo khan <mo.khan@gmail.com>2020-03-04 11:03:04 -0700
commit77bd1c9975fc2f12b457f4ca9990d788957af330 (patch)
treef5dcc150ed88206129ad93776bb326e502254464 /bin
parent92003767408322277b043f4c64a305e1d893f958 (diff)
Extract shared example to convert QA jobs to integration tests
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-local2
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