mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
test perf use stdout, not stdin
This commit is contained in:
committed by
Nuno Marques
parent
4e5b223a08
commit
28a9e32753
@@ -60,7 +60,7 @@ test_perf(int argc, char *argv[])
|
||||
printf("perf: expect count of 1\n");
|
||||
perf_print_counter(ec);
|
||||
printf("perf: expect at least two counters\n");
|
||||
perf_print_all(0);
|
||||
perf_print_all(1);
|
||||
|
||||
perf_free(cc);
|
||||
perf_free(ec);
|
||||
|
||||
Reference in New Issue
Block a user