Skip to content

Commit ba9affc

Browse files
committed
Fixed test
1 parent 9c2f72c commit ba9affc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var args =
3030
[
3131
// '-enable-kvm', // Give problems running inside VMs, like Travis-CI
3232
'-nographic',
33-
'--kernel', 'out/'+cpu+'/linux',
33+
'--kernel', 'out/'+cpu+'/bzImage',
3434
'-append', 'console=ttyS0'
3535
]
3636

0 commit comments

Comments
 (0)