mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +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;
|
||||
r_pvector_init (&args, NULL);
|
||||
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.interactive=0");
|
||||
r_pvector_push (&args, "-N");
|
||||
|
Loading…
Reference in New Issue
Block a user