Skip to content
Snippets Groups Projects
Commit ab81d2bf authored by Yadd's avatar Yadd
Browse files

Add mocha test in autopkgtest files

parent 2e942942
No related branches found
No related tags found
No related merge requests found
Tests: require
Depends: node-get-value
Tests: upstream
Depends: @, @builddeps@
#!/bin/sh
set -e
TEMP=${ADTTMP:-${TMPDIR:-/tmp}}
TDIR=$(mktemp -d $TEMP/smokeXXXXXX)
PDIR=`pwd`
cp -a test $TDIR/
cd $TDIR
ln -s /usr/lib/nodejs/get-value/package.json
ln -s /usr/lib/nodejs/get-value/index.js
mocha test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment