mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
r2r.v: Fix Success: 0 when running cmd tests (#15948)
This commit is contained in:
parent
a80802c608
commit
eac05b99f7
@ -523,6 +523,9 @@ fn (r2r mut R2R) run_cmd_test(test R2RCmdTest) {
|
||||
else if test.expect_err != '' && errstr.trim_space() != test.expect_err {
|
||||
mark = r2r.test_failed(test, test.expect_err, errstr)
|
||||
}
|
||||
else {
|
||||
r2r.success++
|
||||
}
|
||||
}
|
||||
time_end := time.ticks()
|
||||
times := time_end - time_start
|
||||
|
Loading…
x
Reference in New Issue
Block a user