Bump version to 0.4.2

Add GDB in OSDK Dockerfile
This commit is contained in:
fgh1999
2024-03-23 11:56:58 +00:00
committed by Tate, Hongliang Tian
parent 1d5744ae80
commit 6ab6648b33
9 changed files with 21 additions and 11 deletions

View File

@ -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");