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) ->