Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Sep 9, 2020
1 parent 3151995 commit 17f0686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/spec/features/openstudio_algo_spec.rb
Expand Up @@ -64,7 +64,8 @@
puts "Project folder is: #{PROJECT}"
puts "META_CLI is: #{META_CLI}"
puts "App host is: http://#{HOST}"
puts "Docker ps: #{system('docker-compose ps')}"
docker_ps = system('docker-compose ps')
puts "Docker ps: #{docker_ps.to_s}"

# the actual tests
RSpec.describe 'RunAlgorithms', type: :feature, algo: true do
Expand Down

0 comments on commit 17f0686

Please sign in to comment.