mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Bump version to 0.4.2
Add GDB in OSDK Dockerfile
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1d5744ae80
commit
6ab6648b33
@ -26,9 +26,7 @@ pub fn execute_debug_command(config: &DebugConfig) {
|
||||
gdb.status().unwrap();
|
||||
}
|
||||
|
||||
// FIXME: Failed because the test env have no gdb.
|
||||
// #[test]
|
||||
#[allow(dead_code)]
|
||||
#[test]
|
||||
fn have_gdb_installed() {
|
||||
let output = Command::new("gdb").arg("--version").output();
|
||||
assert!(output.is_ok(), "Failed to run gdb");
|
||||
|
Reference in New Issue
Block a user