measure.c: Update on error message for .meas
This commit is contained in:
parent
d1d2ff94e4
commit
ed5491c179
|
|
@ -279,6 +279,7 @@ do_measure(
|
|||
if( fail ){
|
||||
measure_valid[idx++] = FALSE;
|
||||
measures_passed = FALSE;
|
||||
fprintf(stdout, " %s failed!\n\n", meas_card->li_line);
|
||||
} else {
|
||||
if(!(just_chk_meas)){
|
||||
nupa_add_param( resname, result );
|
||||
|
|
|
|||
Loading…
Reference in New Issue