File: python3

package info (click to toggle)
python-crypto 2.6.1-5%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,032 kB
  • ctags: 3,600
  • sloc: ansic: 12,466; python: 10,482; sh: 41; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/bash
set -e

python3 -c "import Crypto.SelfTest; Crypto.SelfTest.run()" \
  2> >( grep -v RandomPool_DeprecationWarning >&2 )