#!/bin/sh echo "--------------------" echo "running socket test" echo "--------------------" ./socket if [ $? -ne 0 ]; then echo "[FAIL]" else echo "[PASS]" fi alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/testing/selftests/ipc?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ipc
AgeCommit message (Expand)AuthorFilesLines