From 44009bf9d9db507b442821de7dd090e62da53ed4 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Wed, 29 Apr 2015 17:37:48 +0200 Subject: [PATCH] dimenticato un paio di var d'ambiente nell'env dei test --- test/autostart-test.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/autostart-test.coffee b/test/autostart-test.coffee index dfd08bc..f04fe35 100644 --- a/test/autostart-test.coffee +++ b/test/autostart-test.coffee @@ -18,6 +18,8 @@ describe 'shell autostart', -> l.join().should.equal 'asjon avviato e operativo!' done() process.env.AUTO_INFORM_ON_START = ':mocha' + process.env.AUTO_RUN_TESTS = '' + process.env.ADMIN_ROOM = ':mocha' require('../scripts/shell.coffee')(asjon.robot) it 'dovrebbe eseguire i test all\'avvio se richiesto', (done) ->