zephyr/subsys
Simon Glass 4b2c413e13 subsys/testsuite: Shorten the assertion messages
At present these can be very long since they include the full path of
the filename with the error.

    Assertion failed at /home/sglass/cosarm/zephry/zephyrproject/
	zephyr/tests/drivers/flash_simulator/src/main.c:102:
	test_write_read: (0 not equal to rc)

Reduce the length by omitting the current directory (where the tests
are being run) from the output:

    Assertion failed at tests/drivers/flash_simulator/src/main.c:102:
	test_write_read: (0 not equal to rc)

This improves usability for people running tests locally.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-13 16:23:39 +02:00
..
bluetooth Bluetooth: host: Fix Service Changed not cleared from flash 2020-05-12 21:00:58 +03:00
canbus
console
cpp
debug OpenOCD: Make incompatible with SMP 2020-05-10 16:18:27 +02:00
dfu
disk
fb
fs
jwt
logging
mgmt
net net: lldp: Write LLDPDU data to pkt correctly 2020-05-11 17:11:23 +02:00
power
random
settings
shell shell: Move default terminal width and height to Kconfig 2020-05-13 11:28:41 +02:00
stats
storage
testsuite subsys/testsuite: Shorten the assertion messages 2020-05-13 16:23:39 +02:00
tracing
usb usb: dt: Update USB audio class to recent changes in DT 2020-05-12 17:18:14 +02:00
CMakeLists.txt
Kconfig