File: rollup-test

package info (click to toggle)
node-jquery-textcomplete 1.8.5%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: javascript: 1,141; makefile: 7; sh: 6
file content (7 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
set -e
if rollup -v|grep v1; then
	rollup -c debian/tests/rollup.config.js || exit 77
else
	echo "Test skipped due to autopkgtest bug"
fi