Fix error message when executing a binary.

This commit is contained in:
Eduard Tolosa 2019-05-14 20:47:01 -05:00
parent 5468f157ab
commit ac6a548ec8

View file

@ -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!(