Skip to content

Commit

Permalink
Merge pull request containers#20795 from Luap99/compose-debug-leftover
Browse files Browse the repository at this point in the history
test/compose: remove debug leftovers
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2023
2 parents 8e5e060 + d280e48 commit e4cdd4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/compose/test-compose
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,6 @@ function test_port() {

if [ $curl_rc -ne 0 ]; then
_show_ok 0 "$testname - curl (port $port) failed with status $curl_rc"
echo "# podman ps -a:"
$PODMAN_BIN --storage-driver=vfs --root $WORKDIR/root --runroot $WORKDIR/runroot ps -a
if type -p ss; then
echo "# ss -tulpn:"
ss -tulpn
echo "# podman unshare --rootless-cni ss -tulpn:"
$PODMAN_BIN --storage-driver=vfs --root $WORKDIR/root --runroot $WORKDIR/runroot unshare --rootless-cni ss -tulpn
fi
echo "# cat $WORKDIR/server.log:"
cat $WORKDIR/server.log
echo "# cat $logfile:"
Expand Down

0 comments on commit e4cdd4b

Please sign in to comment.