mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
remove test_script
This commit is contained in:
parent
cd450cb4fa
commit
9935d48c7f
2 changed files with 1 additions and 3 deletions
|
@ -847,7 +847,7 @@ class firehose_client(metaclass=LogBase):
|
||||||
f"Erased {partitionname} starting at sector {str(partition.sector)} " +
|
f"Erased {partitionname} starting at sector {str(partition.sector)} " +
|
||||||
f"with sector count {str(partition.sectors)}.")
|
f"with sector count {str(partition.sectors)}.")
|
||||||
return True
|
return True
|
||||||
self.printer(
|
self.error(
|
||||||
f"Couldn't erase partition {partitionname}. Either wrong memorytype given or no gpt partition.")
|
f"Couldn't erase partition {partitionname}. Either wrong memorytype given or no gpt partition.")
|
||||||
return False
|
return False
|
||||||
elif cmd == "ep":
|
elif cmd == "ep":
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
./edl w xbl_a /home/bongb/web_qdl/agnos_images/xbl.img
|
|
||||||
./edl reset
|
|
Loading…
Reference in a new issue