Home
last modified time | relevance | path

Searched refs:test_script (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c80 char test_script[80]; in main() local
124 sprintf(test_script, in main()
127 if (system(test_script)) { in main()
128 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
132 sprintf(test_script, in main()
135 if (system(test_script)) in main()
136 printf("execute command: %s, err %d\n", test_script, -errno); in main()
138 sprintf(test_script, in main()
141 if (system(test_script)) { in main()
142 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dptest.patch29 @@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
30 @echo "Creating test_script..."
31 @[ -f test_script ] && chmod u+w test_script || true
32 @echo "#!/bin/sh" > test_script
33 - @echo "SRCDIR=@srcdir@" >> test_script
34 + @echo "SRCDIR=@PTEST_PATH@/test" >> test_script
35 @cat $(srcdir)/test_script.in >> test_script
36 @chmod +x-w test_script
H A Drun-ptest4 SKIP_SLOW_TESTS=yes ./test_script | sed -u -e '/:[[:space:]]ok/s/^/PASS: /' -e '/:[[:space:]]failed…
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.0.bb136 …sed -i "s#@PTEST_PATH@#${PTEST_PATH}#g" ${D}${PTEST_PATH}/test/test_script ${D}${PTEST_PATH}/test/…