File: check

package info (click to toggle)
socklog 2.1.0%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,136 kB
  • sloc: ansic: 3,422; sh: 366; makefile: 323
file content (8 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e

umask 022
test -d package || sh -cx '! : Wrong working directory.'
test -d compile || sh -cx '! : Wrong working directory.'

echo 'Checking commands in ./command...'
sh -cxe 'cd compile; exec make check'