Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove debug command
  • Loading branch information
fredrikaverpil committed Aug 31, 2016
commit da2cd5a945bb6aeac140cc4a90e96108c568bf2d
1 change: 0 additions & 1 deletion Dockerfile-py2.7
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ENTRYPOINT cp -r /Qt.py /workspace && \
Xvfb :99 -screen 0 1024x768x16 2>/dev/null & \
while ! ps aux | grep -q '[0]:00 Xvfb :99 -screen 0 1024x768x16'; \
do echo "Waiting for Xvfb..."; sleep 1; done && \
ps aux | grep Xvfb && \
nosetests \
--verbose \
--with-process-isolation \
Expand Down