File: test

package info (click to toggle)
node-grunt-contrib-coffee 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: javascript: 685; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
if dpkg --compare-versions `dpkg-query -W -f '${version}' coffeescript` gt 2-1; then
	echo 'Disable tests for coffeescript 2: snapshots changed'
	if test "$AUTOPKGTEST_TMP" != ""; then
		exit 77
	fi
else
	if test "$AUTOPKGTEST_TMP" != ""; then
		grunt
	fi
	grunt test
fi