reorganzied the bin folder
This commit is contained in:
parent
00824ae2d7
commit
2e163f2924
|
@ -3,7 +3,7 @@
|
||||||
type -P node-inspector &>/dev/null || {
|
type -P node-inspector &>/dev/null || {
|
||||||
echo "You need to install node-inspector to run the tests!" >&2
|
echo "You need to install node-inspector to run the tests!" >&2
|
||||||
echo "You can install it with npm" >&2
|
echo "You can install it with npm" >&2
|
||||||
echo "Run: npm install node-inspector" >&2
|
echo "Run: npm install -g node-inspector" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
type -P nodeunit &>/dev/null || {
|
|
||||||
echo "You need to install Nodeunit to run the tests!" >&2
|
|
||||||
echo "You can install it with npm" >&2
|
|
||||||
echo "Run: npm install nodeunit" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ -d "../bin" ]; then
|
|
||||||
cd "../"
|
|
||||||
fi
|
|
||||||
|
|
||||||
nodeunit tests
|
|
Loading…
Reference in New Issue