try fixing the stream test on travis
This commit is contained in:
parent
b003b36d7a
commit
b08bfede5f
@ -108,6 +108,9 @@ main( int argc, char **argv )
|
||||
if( VIPS_INIT( NULL ) )
|
||||
return( -1 );
|
||||
|
||||
if( argc != 3 )
|
||||
vips_error_exit( "usage: %s in-file out-file.png", argv[0] );
|
||||
|
||||
my_input.filename = argv[1];
|
||||
my_input.contents = NULL;
|
||||
my_input.length = 0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# test load and save via stream*u
|
||||
|
||||
# set -x
|
||||
set -x
|
||||
set -e
|
||||
|
||||
. ./variables.sh
|
||||
|
Loading…
Reference in New Issue
Block a user