File: test

package info (click to toggle)
node-node-pty 1.0.0%2Bds1%2B~6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,892 kB
  • sloc: cpp: 13,049; javascript: 282; python: 266; sh: 246; makefile: 125
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
if [ "$AUTOPKGTEST_TMP" != "" ]; then
	for i in build deps lib; do
		rm -f $i
		cp -a /usr/lib/*/nodejs/node-pty/$i .
	done
fi
mocha -t 30000 -R spec --exit lib/*.test.js