Skip to content

Commit 8680aaf

Browse files
committed
updates
1 parent 2d0180f commit 8680aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/run_smoke_tests_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
def should_run_service(service):
1414
service_ids = os.environ.get('AWS_SMOKE_TEST_SERVICE_IDS', '')
15+
print("AWS_SMOKE_TEST_SERVICE_IDS:",service_ids)
1516
if not service_ids:
1617
return True
17-
print("AWS_SMOKE_TEST_SERVICE_IDS:",service_ids)
1818
allowed_services = service_ids.split(',')
1919
return service in allowed_services
2020

0 commit comments

Comments
 (0)