← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/tags_again into lp:widelands

 

It is known to run on Linux, as it runs on travis. So it must be with your setup. 

The output indicates that the test/ direction was not in any path Widelands searches for it's layeredfilesystem. regression_test.py is supposed to add an extra widelands flag -- datadir_for_testing to the invocation of Widelands, so that the test/ files are found.

Let's start debugging by printing what is actually executed, as well as the full output of one run - we are interested in "Adding directory: foo" lines. 

To print the invocation, Add 

print "args: %r" % (args,)

in regression_test.py, directly before the line containing subprocess.Popen

-- 
https://code.launchpad.net/~widelands-dev/widelands/tags_again/+merge/284636
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/tags_again.


References