Disable qemuppc tests; turns out qemu-system-ppc won't load more than the first
4kB of a kernel...
This commit is contained in:
parent
cc3d72e884
commit
67e7d226ad
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ vars.plats = {
|
||||||
vars.plats_with_tests = {
|
vars.plats_with_tests = {
|
||||||
"linux386",
|
"linux386",
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
"qemuppc",
|
-- "qemuppc", FIXME: disable until we figure out why qemu won't run binaries bigger than 4kB
|
||||||
"pc86",
|
"pc86",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue