7 lines
209 B
Text
7 lines
209 B
Text
# The completion command should not generate a telemetry event
|
|
env GH_PRIVATE_ENABLE_TELEMETRY=1
|
|
env GH_TELEMETRY=log
|
|
env GH_TELEMETRY_SAMPLE_RATE=100
|
|
|
|
exec gh completion -s bash
|
|
! stderr 'Telemetry payload:'
|