This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
apparmor
Watch
1
Star
0
Fork
You've already forked apparmor
0
mirror of
https://gitlab.com/apparmor/apparmor.git
synced
2025-03-04 16:35:02 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3a1eec49d4
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 a new issue
Copy permalink