diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 12:12:48 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 12:12:48 -0700 |
| commit | bcfd6f15f71129a504bab463e84f51e3b3840644 (patch) | |
| tree | 1274e4547e14c8245ece2685deb4f754039aa19f /spec/support | |
| parent | 5957399681c8de847dbc062ca8d8e559fb38eb55 (diff) | |
Convert python qa jobs to integration tests
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/integration_test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb index 23f7970..b937f1b 100644 --- a/spec/support/integration_test_helper.rb +++ b/spec/support/integration_test_helper.rb @@ -18,7 +18,7 @@ module IntegrationTestHelper end def scan(env: {}) - return {} unless execute(env, './bin/test-local', project_path) + return {} unless execute(env, './bin/docker-test', project_path) report_path = "#{project_path}/gl-license-management-report.json" return {} unless File.exist?(report_path) |
