xref
: /
openbmc
/
openbmc
/
poky
/
meta
/
recipes-core
/
ifupdown
/
files
/
run-ptest
(revision 220dafdb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
CURDIR
=$(
dirname
`
readlink
-f $
0
`)
4
cd
$CURDIR
/
tests
&& ./
testbuild
-
linux
5