Skip to content

Commit 892f313

Browse files
committed
Fixed execution of start and test scripts
1 parent a3c9aeb commit 892f313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var args =
4646
'-m', '256M',
4747
'-redir', 'tcp:50080::80',
4848
'-redir', 'tcp:50443::443',
49-
'--kernel', require('nodeos-barebones')+'/out/'+cpu+'/linux',
49+
'--kernel', require('nodeos-barebones')+'/out/'+cpu+'/bzImage',
5050
'--initrd', 'out/'+cpu,
5151
'-append', append.join(' ')
5252
]

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var args =
3333
// '-enable-kvm',
3434
'-nographic',
3535
'-m', '256M',
36-
'--kernel', require('nodeos-barebones')+'/out/'+cpu+'/linux',
36+
'--kernel', require('nodeos-barebones')+'/out/'+cpu+'/bzImage',
3737
'--initrd', 'out/'+cpu,
3838
'-append', 'console=ttyS0'
3939
]

0 commit comments

Comments
 (0)