File: testall

package info (click to toggle)
gap-hapcryst 0.1.15-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,088 kB
  • sloc: xml: 1,475; javascript: 155; makefile: 118; sh: 3
file content (5 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh

gap -q -l '/usr/share/gap' < tst/testall.g > $AUTOPKGTEST_ARTIFACTS/gap.tst 2>$AUTOPKGTEST_ARTIFACTS/gap.err
grep -q "^#I  No errors detected while testing" $AUTOPKGTEST_ARTIFACTS/gap.tst || exit 1;