Skip to content

Commit

Permalink
tests: more comprehensive output
Browse files Browse the repository at this point in the history
  • Loading branch information
pellepl committed Mar 15, 2016
1 parent 82aeac6 commit b81e870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/test_spiffs.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,9 @@ void _teardown() {
if ((FS)->stats_gc_runs > 0)
#endif
dump_erase_counts(FS);
printf(" fs consistency check:\n");
printf(" fs consistency check output begin\n");
SPIFFS_check(FS);
printf(" fs consistency check output end\n");
clear_test_path();

//hexdump_mem(&AREA(SPIFFS_PHYS_ADDR - 16), 32);
Expand Down

0 comments on commit b81e870

Please sign in to comment.