mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Load the bin.types again from r2r ##test
This commit is contained in:
parent
63bdabbbc4
commit
f321e650fb
@ -886,7 +886,7 @@ static R2RProcessOutput *run_r2_test(R2RRunConfig *config, ut64 timeout_ms, cons
|
|||||||
RPVector args;
|
RPVector args;
|
||||||
r_pvector_init (&args, NULL);
|
r_pvector_init (&args, NULL);
|
||||||
r_pvector_push (&args, "-escr.utf8=0");
|
r_pvector_push (&args, "-escr.utf8=0");
|
||||||
r_pvector_push (&args, "-ebin.types=false");
|
// r_pvector_push (&args, "-ebin.types=false");
|
||||||
r_pvector_push (&args, "-escr.color=0");
|
r_pvector_push (&args, "-escr.color=0");
|
||||||
r_pvector_push (&args, "-escr.interactive=0");
|
r_pvector_push (&args, "-escr.interactive=0");
|
||||||
r_pvector_push (&args, "-N");
|
r_pvector_push (&args, "-N");
|
||||||
|
Loading…
Reference in New Issue
Block a user