selftests/logger: Mark the end of the test message 37/268737/3
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 30 Dec 2021 17:09:32 +0000 (18:09 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 4 Jan 2022 02:04:14 +0000 (02:04 +0000)
Change-Id: I2c5a8e3a1b4490b030a08c81d76abbe1f17a5058
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
tools/testing/selftests/logger/logger.c

index d6d4d77..0e316a1 100644 (file)
@@ -126,6 +126,9 @@ int main(int ac, char *av[]) {
 
                for (int i = 0; i < 8000; i++)
                        msg[i] = '!' + (i % 95);
+               msg[7996] = 'E';
+               msg[7997] = 'O';
+               msg[7998] = 'F';
                msg[7999] = '\n';
                write(fd, msg, 8000);