This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
apparmor
Watch
2
Star
0
Fork
0
You've already forked apparmor
mirror of
https://gitlab.com/apparmor/apparmor
synced
2025-08-27 12:37:27 +00:00
Code
Issues
Releases
Wiki
Activity
apparmor
/
utils
/
test
/
runtests-py2.sh
6 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
change runtests-py*.sh (scripts for manually running the utils/test/*.py testcases) to - sleep 10 seconds after each failed test to make failures more annoying ^W^W^W^Wgive people a chance to read failure details - print a list of failed tests at the end Also avoid duplicate code by letting runtests-py2.sh call runtests-py3.sh. Acked-by: Steve Beattie <steve@nxnw.org>
2014-07-17 15:47:18 +02:00
#!/bin/sh
RUNTESTS_PY__PYTHON_BINARY
=
python2
utils/tests: fix bashisms in runtests-py2.sh Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
2014-09-03 13:00:33 -07:00
. ./runtests-py3.sh
change runtests-py*.sh (scripts for manually running the utils/test/*.py testcases) to - sleep 10 seconds after each failed test to make failures more annoying ^W^W^W^Wgive people a chance to read failure details - print a list of failed tests at the end Also avoid duplicate code by letting runtests-py2.sh call runtests-py3.sh. Acked-by: Steve Beattie <steve@nxnw.org>
2014-07-17 15:47:18 +02:00
Reference in New Issue
Copy Permalink