.

Revision:
31:edcc5b47f2e6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/filesystem.log	Tue Jun 18 16:01:49 2019 +0100
@@ -0,0 +1,26 @@
+--- Mbed OS filesystem example ---
+Mounting the filesystem... OK
+Opening "\/fs\/numbers.txt"... OK
+Incrementing numbers \(10\/10\)... OK
+Closing "\/fs\/numbers.txt"... OK
+Opening the root directory... OK
+root directory:
+.
+..
+numbers.txt
+Closing the root directory... OK
+Opening "\/fs\/numbers.txt"... OK
+numbers:
+\d+
+\d+
+\d+
+\d+
+\d+
+\d+
+\d+
+\d+
+\d+
+\d+
+Closing "\/fs\/numbers.txt"... OK
+Unmounting... OK
+Mbed OS filesystem example done\!