test-all-docker: Fix shellcheck warnings.

In tools/test-all-docker line 7:
source /home/zulip/.bash_profile
^-- SC1091: Not following: /home/zulip/.bash_profile: openBinaryFile: does not exist (No such file or directory)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2018-08-03 00:14:50 +00:00
committed by Tim Abbott
parent c93f53b463
commit bb51503907

View File

@@ -4,5 +4,6 @@ sudo service rabbitmq-server restart
sudo service postgresql restart
sudo service redis-server restart
sudo service memcached restart
# shellcheck source=/dev/null
source /home/zulip/.bash_profile
/srv/zulip/tools/test-all