Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1800b0f

Browse files
Adding debugging tests to figure out what is going on with Travis CI builds
Change-Id: I094ae445a3cea83ecec10870e6063a6e68a0328a
1 parent 7760380 commit 1800b0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎spec/localhost/python_simplehttpserver_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ def image
6666
it { should be_file }
6767
end
6868

69+
describe command("ps auxww") do
70+
its(:stdout) { should match /just testing... debug processes/ }
71+
end
72+
73+
describe command("netstat -tunl") do
74+
its(:stdout) { should match /just testing... debug network/ }
75+
end
76+
6977
describe command("ps -o args= | grep python | grep -v grep | head -n1") do
7078
its(:stdout) { should match /-m SimpleHTTPServer 8080/ }
7179
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /