Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Run tests in nographic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
iefserge committed Oct 18, 2015
1 parent b69dd6e commit fb1665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint .",
"test": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd",
"test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime"
"test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime --nogrpahic"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fb1665c

Please sign in to comment.