summaryrefslogtreecommitdiffstats
path: root/src/report-python/test_full
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/test_full')
-rwxr-xr-xsrc/report-python/test_full2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/test_full b/src/report-python/test_full
index a9f32034..05020f05 100755
--- a/src/report-python/test_full
+++ b/src/report-python/test_full
@@ -22,6 +22,6 @@ def log_function(line):
cd = crash_data()
cd.add("foo", "bar")
-cd.add("analyzer", "baz")
+cd.add("analyzer", "baz", CD_FLAG_ISNOTEDITABLE)
r = run_event_on_crash_data(cd, "post-create", log_function)
print "Result:", r