Skip to content

Commit b46dd70

Browse files
committed
Added test for layers (not yet working)
1 parent fc0c0d6 commit b46dd70

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"scripts": {
55
"install": "scripts/install",
66
"start": "scripts/start",
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "scripts/test"
88
},
99
"author": "Jesús Leganés Combarro \"piranna\"",
1010
"license": "MIT",
1111
"peerDependencies": {
1212
"nodeos-initramfs": "^0.0.0"
1313
},
14-
"globalDependencies": {
14+
"dependencies": {
1515
"forever-monitor": "piranna/forever-monitor",
1616
"forever": "piranna/forever#starter",
17-
"node-bin-getty": "piranna/node-bin-getty",
17+
"node-bin-getty": "netlovers/node-bin-getty",
1818
"nodeos-mount-usersfs": "*",
1919
"logon": "*"
2020
}

scripts/test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
4+
TOOLCHAIN=`pwd`/node_modules/nodeos-cross-toolchain
5+
TOOLS=$TOOLCHAIN/out
6+
7+
source $TOOLCHAIN/scripts/adjustEnvVars.sh || exit $?

0 commit comments

Comments
 (0)