nareshkamboju

kselftest make not needed

Mar 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. hikey:/usr/bin/kselftests$ head run_kselftest.sh
  2. #!/bin/bash
  3. cd $(dirname $0)
  4. ROOT=$PWD
  5. echo ; echo Running tests in capabilities
  6. echo ========================================
  7. cd capabilities
  8. make[1]: Entering directory '/srv/oe/build/tmp-rpb-glibc/work/hikey-linaro-linux/kselftests/4.9-r0/linux-4.9/tools/testing/selftests'
  9. (./test_execve && echo "selftests: test_execve [PASS]") || echo "selftests: test_execve [FAIL]"
  10. make[1]: Leaving directory '/srv/oe/build/tmp-rpb-glibc/work/hikey-linaro-linux/kselftests/4.9-r0/linux-4.9/tools/testing/selftests/capabilities'
  11. cd $ROOT
Add Comment
Please, Sign In to add comment