Signed-off-by: Xing Gu <gux.f...@cn.fujitsu.com> --- testcases/network/lib6/runcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/network/lib6/runcc.c b/testcases/network/lib6/runcc.c index 91a0b16..3a89598 100644 --- a/testcases/network/lib6/runcc.c +++ b/testcases/network/lib6/runcc.c @@ -93,7 +93,7 @@ int runcc(char *tname, char *filename0, char *program) cflags, filename0, filename); es = system(cmd); 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)); -- 1.9.3 ------------------------------------------------------------------------------ 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