mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Fix error message when executing a binary.
This commit is contained in:
parent
5468f157ab
commit
ac6a548ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ pub fn test_package(package: &str, executable: &str) {
|
|||
.args(&[&devtools_nspawn, &chroot_blackarch, executable])
|
||||
.status()
|
||||
.expect(
|
||||
"Failed to execute the binary in the chroot environment, check the binary name.",
|
||||
"Something went wrong while trying to execute the binary in the chroot environment.",
|
||||
);
|
||||
} else {
|
||||
writeln!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue