mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
c93f53b463
commit
bb51503907
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user