|
From: strk <st...@ke...> - 2008-12-19 09:43:04
|
On Fri, Dec 19, 2008 at 10:28:08AM +0100, Patrice Dumas wrote: > On Fri, Dec 19, 2008 at 10:23:31AM +0100, strk wrote: > > > > > > One way to fix that would be to use the srcdir env variable, set it > > > to . if not defined, and use $srcdir/../../Media/video02.flv > > > > Those tests get built with "srcdir" passed as first arg. > > I'm not a python developer... if you know how to scan arguments it > > should be easy to fix. > > I read python, but I don't write it... I committed a fix for the argv[1]. import sys; srcdir = sys.argv[1]; There's another failure in the font test now. --strk; GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |