diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-12 19:13:42 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-12 19:13:42 +0200 |
commit | 6347c3493eed9ed864d5a83a8698833adfe141b5 (patch) | |
tree | 0c96011d08446609eeefc71c975c2e1548b33b9d /units/audio | |
parent | 4cff43d84cf6e6555bd069aa846abecf19141873 (diff) |
bin:audio_test -> audio_test.py
Diffstat (limited to 'units/audio')
-rw-r--r-- | units/audio/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index bc3af28..0f9fc7b 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -334,7 +334,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: Play back a sound on the default output and listen for it on the default input. @@ -582,7 +582,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: Play back a sound on the default output and listen for it on the default input, after suspending 30 times. |