mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
tests: integration: Remove quiet from kernel command line
It will be useful to see kernel output from our integration tests when they fail. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d9e1eec47d
commit
bb1ef5f1b8
@ -95,7 +95,7 @@ mod tests {
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
const FOCAL_IMAGE_NAME: &str = "focal-server-cloudimg-arm64-custom";
|
||||
|
||||
const DIRECT_KERNEL_BOOT_CMDLINE: &str = "root=/dev/vda1 console=hvc0 quiet rw";
|
||||
const DIRECT_KERNEL_BOOT_CMDLINE: &str = "root=/dev/vda1 console=hvc0 rw";
|
||||
|
||||
const PIPE_SIZE: i32 = 32 << 20;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user