Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Sep 3, 2019
1 parent b98372a commit ff6cf5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/user_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule UserHelper do
end

def register_user(username, password \\ "password") do
System.cmd("docker", [
IO.inspect System.cmd("docker", [
"exec",
"ejabberd",
"ejabberdctl",
Expand All @@ -35,7 +35,7 @@ defmodule UserHelper do
end

def unregister_user(username) do
System.cmd("docker", [
IO.inspect System.cmd("docker", [
"exec",
"ejabberd",
"ejabberdctl",
Expand All @@ -46,7 +46,7 @@ defmodule UserHelper do
end

def setup_presence_subscriptions(user1, user2) do
System.cmd("docker", [
IO.inspect System.cmd("docker", [
"exec",
"ejabberd",
"ejabberdctl",
Expand All @@ -60,7 +60,7 @@ defmodule UserHelper do
"both"
])

System.cmd("docker", [
IO.inspect System.cmd("docker", [
"exec",
"ejabberd",
"ejabberdctl",
Expand Down

0 comments on commit ff6cf5b

Please sign in to comment.