From 7a0a52a1e4eeb866131dbc62e851beef4c60bfe5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 13 Aug 2012 10:32:09 +0200 Subject: [PATCH] Fix test setup --- buildout.cfg | 1 - localbob.cfg | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 1215a20..05490e0 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -15,5 +15,4 @@ eggs = ${buildout:eggs} [tests] recipe = pbp.recipe.noserunner eggs = ${buildout:eggs} - pbp.recipe.noserunner script = tests.py diff --git a/localbob.cfg b/localbob.cfg index e4fbbbc..eeb0319 100644 --- a/localbob.cfg +++ b/localbob.cfg @@ -23,6 +23,5 @@ eggs = ${buildout:eggs} [tests] recipe = pbp.recipe.noserunner -eggs = ${buildout:eggs} - pbp.recipe.noserunner +eggs = bob.db.replay script = tests.py -- GitLab