~geoff.bache/storytext/selftest-trunk

82 by Geoff Bache
Adapting to new PyUseCase directory structure
1
PYTHONPATH:${TEXTTEST_CHECKOUT}/lib:${PYTHONPATH}
100 by Geoff Bache
Make GTK files work in parallel
2
# Prevent GTK from writing or reading in ~/.config, start from scratch
3
XDG_CONFIG_HOME:$TEXTTEST_SANDBOX/xdg_config_home
4
5
# Only has any effect if you patch GTK2.12 currently. See http://bugzilla.gnome.org/show_bug.cgi?id=568526
6
# Without it tests will fail intermittently if run in parallel
7
GTK_RECENTLY_USED_FILE:$TEXTTEST_SANDBOX/gtk_recently_used
669 by Geoff Bache
Disable Gnome3 magic
8
UBUNTU_MENUPROXY:{CLEAR}
760 by Geoff Bache
Another environment variable that can screw things up remotely
9
DBUS_SESSION_BUS_ADDRESS:{CLEAR}