mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
The test should execute only with `make test-with-config` and not with `make test`, as boards without the shield cannot pass the test. For some reason I accidentally added both variants, which makes no sense. This drops the `make test` variant. Finally, the `README.md` is updated to refer to `make test-with-config` instead of `make test`.