From c5c412469a4d7626a6fec268e74826661e539361 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Sat, 29 Jun 2013 10:12:30 -0400 Subject: MAINT-2302: Make llprocess test<6> output less like a build error. build.sh LogScan greps for "error:" (among other things) so removing the colon from the test name "syntax_error" should help. --- indra/llcommon/tests/llprocess_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp index 1af8b223ed..3e68ef068e 100755 --- a/indra/llcommon/tests/llprocess_test.cpp +++ b/indra/llcommon/tests/llprocess_test.cpp @@ -619,7 +619,7 @@ namespace tut template<> template<> void object::test<6>() { - set_test_name("syntax_error:"); + set_test_name("syntax_error"); PythonProcessLauncher py(get_test_name(), "syntax_error:\n"); py.mParams.files.add(LLProcess::FileParam()); // inherit stdin -- cgit v1.2.3