diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-29 23:30:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-29 23:30:00 +0000 |
commit | 76de4ea6810f892d95a49a45ed788704227e8ab2 (patch) | |
tree | a17c886c4ec55e6372c844693c7c6273d6711534 /tests/seek_test.sh | |
parent | eb3ba13b51f9863b6c33579e724085177d1ab56d (diff) | |
download | ffmpeg-76de4ea6810f892d95a49a45ed788704227e8ab2.tar.gz |
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
Diffstat (limited to 'tests/seek_test.sh')
-rwxr-xr-x | tests/seek_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh index d4a0a327a9..ef8c571959 100755 --- a/tests/seek_test.sh +++ b/tests/seek_test.sh @@ -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 |