File: help.sh

package info (click to toggle)
pycirkuit 0.5.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,640 kB
  • sloc: python: 7,297; sh: 9; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

# Check if the help menu is displayed.
echo "Test 1: checking output..."
if pycirkuit --help | grep -q "Options:"; then
        echo "Done."
fi