Skip to content

Commit

Permalink
Use proper path to test WAVs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 26, 2024
1 parent 753ffd9 commit 871e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtest-1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ x$ODG != x-2.007 ]; then
fi

ODG=`LC_ALL=C ./peaq --gst-disable-segtrap --gst-debug-level=2 --gst-plugin-load=.libs/libgstpeaq.so \
../test/stimulus_ref.wav ../test/stimulus_test.wav \
${srcdir}/../test/stimulus_ref.wav ${srcdir}/../test/stimulus_test.wav \
| grep "Objective Difference Grade:" | cut -d " " -f4`
echo $ODG
if [ x$ODG != x-1.077 ]; then
Expand Down

0 comments on commit 871e266

Please sign in to comment.