# This file is used simply to set an event # for the graph. An event shows up on the # graph as a vertical line at a certain # time and date. It also puts a text field # in the key area of the graph. # # I've used this to place a mark on the graph # for when tests are started and stopped. Target --default-- events = "test_started" # events can be associated with a target, and then those # events will be marked on the graph. event --default-- color = magenta event test_started name = "Test started 450 new build w fixes" date = "11/07/00 17:00"