#!/bin/sh

CHRONBASE=/home/visbrero/rev_control/bzr/chronicle-recorder/visbrero-integration/chronicle

PATH=$CHRONBASE:$PATH CHRONICLE_DB=/tmp/mozrun-$$.db VALGRIND_LIB=$CHRONBASE/valgrind/.in_place $CHRONBASE/valgrind/coregrind/valgrind --tool=chronicle `dirname $0`/xpcshell "$@"
