csound: update test (#49129)

This commit is contained in:
Nate Whetsell 2020-01-17 14:01:38 -05:00 committed by FX Coudert
parent bc6bb65ea2
commit b70dd42dc5

View file

@ -110,7 +110,7 @@ class Csound < Formula
ENV["RAWWAVE_PATH"] = Formula["stk"].pkgshare/"rawwaves"
output = shell_output "#{bin}/csound test.orc test.sco 2>&1"
assert_match /^hello, world\n/, output
assert_match /^hello, world$/, output
assert_match /^rtaudio:/, output
assert_match /^rtmidi:/, output
@ -125,7 +125,7 @@ class Csound < Formula
i_success wiiconnect 1, 1
endin
EOS
system bin/"csound", "wii.orc", "test.sco"
system bin/"csound", "--orc", "--syntax-check-only", "wii.orc"
ENV["DYLD_FRAMEWORK_PATH"] = frameworks
system "python3", "-c", "import ctcsound"