* grub-core/tests/video_checksum.c: Don't set GENERATE_MODE.
This commit is contained in:
parent
c104b6f93e
commit
aa73d688e7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/tests/video_checksum.c: Don't set GENERATE_MODE.
|
||||||
|
|
||||||
2013-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
New series of tests for gfxterm and gfxmenu.
|
New series of tests for gfxterm and gfxmenu.
|
||||||
|
|
|
@ -464,7 +464,7 @@ get_modename (void)
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GENERATE_MODE 1
|
//#define GENERATE_MODE 1
|
||||||
|
|
||||||
#if defined (GENERATE_MODE) && defined (GRUB_MACHINE_EMU)
|
#if defined (GENERATE_MODE) && defined (GRUB_MACHINE_EMU)
|
||||||
int genfd = -1;
|
int genfd = -1;
|
||||||
|
|
Loading…
Reference in a new issue