slack: Fix travis tests.
This commit is contained in:
parent
e5726fdc96
commit
1d2d6c9cf7
2 changed files with 27 additions and 20 deletions
19
tools/test-slack-importer
Executable file
19
tools/test-slack-importer
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue