2012/5/4 Roy Tam <[email protected]>: > Hi all, > > I got R39-w32-beta7 from tg and I managed to use gnuwin32 components > coreutils-bin, coreutils-dep, gawk-bin, grep-bin, minised-bin(gnuwin32 > sed seems not working) for playing with Build.sh as a test suite. It > run fairly well and I got following issues: > ">/dev/null" and such should be rewritten(preprocessed) to "NUL" for > compatibility. > "mksh Build.sh > build-winmksh-mingw.log 2>&1" seems fine, but "mksh > Build.sh 2>&1 | tee build-winmksh-mingw.log" makes stderr and stdout > output separated.
And I run test.sh with R39-w32-beta7 and msys perl, logs:http://roy.orz.hm/soft/mksh-logs/test-winmksh.log check.pl is hacked which dos2unix(s/\r\n$/\n/;) in check_output() for having lesser FAILs. > > Best regards, > Roy
