This website works better with JavaScript.
Home
Help
Sign In
alinz
/
rsoundio
mirror of
https://github.com/klingtnet/rsoundio.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Explicitly exit if stream test is run in a CI environment
master
Andreas Linz
5 years ago
parent
e8cee9fced
commit
148150cb88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/stream.rs
+ 1
- 1
tests/stream.rs
View File
@ -9,7 +9,7 @@ use std::time::Duration;
#[
test
]
fn
test_outstream
(
)
{
if
Ci
::
new
(
)
.
is_some
(
)
{
return
::
std
::
process
::
exit
(
0
)
}
let
sio
=
rsoundio
::
SoundIo
::
new
(
)
;
sio
.
connect_backend
(
rsoundio
::
SioBackend
::
Dummy
)
.
unwrap
(
)
;
Write
Preview
Loading…
Cancel
Save