[nem-en] modification in test.n
Kamil Dworakowski
kamil.dworakowski at googlemail.com
Tue Dec 19 19:22:14 CET 2006
Hi all,
I have modified test.n to suit my needs, and I would like to put it into
repository but it turned out that it brakes the build (makes many tests
fail).
The change is:
somewhere around line 435 there was
< runtime.StartInfo.FileName = "./" + filename_short + ".exe"
I changed it to
> runtime.StartInfo.FileName = filename + ".exe";
The first line works for you because you run tester in the same dir as
all the test files are. However, I like to keep test files in a
hierarchy. The second one works for me, and I have no clue why it brakes
the build of Nemerle. Do you have any suggestions?
Kamil Dworakowski
More information about the devel-en
mailing list