slack: Fix travis tests.

This commit is contained in:
Rhea Parekh 2017-12-01 12:40:44 +05:30 committed by showell
parent e5726fdc96
commit 1d2d6c9cf7
2 changed files with 27 additions and 20 deletions

19
tools/test-slack-importer Executable file
View file

@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -ev
wget https://github.com/houstondatavis/slack-export/archive/master.zip
mv master.zip slack-export-master.zip
zulip/integrations/slack/slackdata2zulipdata.py $PWD/slack-export-master.zip
mv zulip_data.tar.gz $HOME
cd
git clone --depth=50 --branch=test-slack-importer https://github.com/rheaparekh/zulip.git
cd zulip
mv ../zulip_data.tar.gz .
tar xf zulip_data.tar.gz
./tools/travis/setup-backend
source tools/travis/activate-venv
./manage.py import --destroy-rebuild-database $PWD/zulip_data