diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-19 23:13:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-20 00:31:10 +0200 |
| commit | f51ed89dd2fc05c2b2dff87f71f468f7b2064490 (patch) | |
| tree | a95bf5bdcebc3133b8a8755e8d72e41caf758487 | |
| parent | 7f094ed2cde4c8bc187c2728873c234493fc57aa (diff) | |
Update test runner.
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ file=$HOME/DCP/betty_stereo.wav -LD_LIBRARY_PATH=build/src build/src/leqm-nrt $file -chconfcal 0 0 > test +LD_LIBRARY_PATH=build/src build/src/leqm_nrt $file -chconfcal 0 0 > test diff -u ref test && echo "PASS" || echo "FAIL" |
