This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Print the name of the regression test that was run after finishing the test.
Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
eb3ba13b51
commit
76de4ea681
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tests/regression.sh
+2
-2
tests/seek_test.sh
+ 2
- 2
tests/regression.sh
View File
@@ -745,10 +745,10 @@ fi # [ -n "$do_libavtest" ]
if $diff_cmd "$logfile" "$reffile" ; then
echo
echo
Regression test succeeded.
echo
$1 regression test: success
exit 0
else
echo
echo
Regression test: Error.
echo
$1 regression test: error
exit 1
fi
+ 2
- 2
tests/seek_test.sh
View File
@@ -19,10 +19,10 @@ done
if diff -u "$reffile" "$logfile" ; then
echo
echo
Regression test succeeded.
echo
seek regression test: success
exit 0
else
echo
echo
Regression test: Error.
echo
seek regression test: error
exit 1
fi
Write
Preview
Loading…
Cancel
Save