Fix docker tests not loading plugins.

This commit is contained in:
Guo Xiang Tan 2017-07-25 15:27:09 +09:00
parent ff5a7e8945
commit dd932217ca
1 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ task 'docker:test' do
@good &&= run_or_fail("eslint --ext .es6 test/javascripts")
@good &&= run_or_fail("eslint test/javascripts")
end
@good &&= run_or_fail("bundle exec rake qunit:test['600000']")
@good &&= run_or_fail("LOAD_PLUGINS=#{ENV["LOAD_PLUGINS"]} bundle exec rake qunit:test['600000']")
end
ensure