2 Commits

Author SHA1 Message Date
Andrew Siplas 5e895b28c7 FS-11444: Capture return code from os.execute(); stop attempting to concat boolean/nil to error string.
os.execute() returns [3
variables](https://github.com/lua/lua/blob/f59e6a93c0ad38a27a420e51abf8f13d962446b5/lauxlib.c#L286).
Capture the 2nd (e.g. "exit") and 3rd (e.g. 0) in addition to the first
which would be merely `true` on success or `nil` on error.
2018-10-06 22:53:49 -04:00
Michael S Collins 1a71dbf267 Add sound_test.lua utility script (lets you listen to all the sound files in a particular rate/type combo 2011-05-09 16:36:35 -07:00