diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-06-29 10:12:30 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-06-29 10:12:30 -0400 |
commit | c5c412469a4d7626a6fec268e74826661e539361 (patch) | |
tree | 4fb97d2acf1f0bd95f45db4ce126aa5c52fcd44b /indra | |
parent | 92d184847a15298bb8cd54a37ba59243925b54c1 (diff) |
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.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/tests/llprocess_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |