We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0180f commit 8680aafCopy full SHA for 8680aaf
tools/scripts/run_smoke_tests_simple.py
@@ -12,9 +12,9 @@
12
13
def should_run_service(service):
14
service_ids = os.environ.get('AWS_SMOKE_TEST_SERVICE_IDS', '')
15
+ print("AWS_SMOKE_TEST_SERVICE_IDS:",service_ids)
16
if not service_ids:
17
return True
- print("AWS_SMOKE_TEST_SERVICE_IDS:",service_ids)
18
allowed_services = service_ids.split(',')
19
return service in allowed_services
20
0 commit comments