Hi! On 04/01/2015 04:38 AM, gux.fnst wrote: >>> if (WEXITSTATUS(es) == 127) { >>> - tst_resm(TBROK, "can't run C compiler: \"%s\"", cmd); >>> + tst_resm(TCONF, "can't run C compiler: \"%s\"", cmd); >>> if (unlink(filename) < 0) >>> tst_resm(TWARN, "%s; unlink \"%s\" failed: %s", tname, >>> filename, strerror(errno)); >> >> Why not 'tst_brkm(TCONF, ...)', do we need to proceed further? >> > > The function "runcc" has created a file named "filename" before > executing "cmd" command, so I think we should delete this file > after tst_resm(TCONF,...). >
So, there is temp test directory... you could pass some cleanup function to tst_brkm(). Thanks, Alexey ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list