| #!/bin/bash | |
| # Copyright (c) 2020 Intel Corporation | |
| # SPDX-License-Identifier: GPL-2.0 | |
| # | |
| echo "!!!!!! WARNING !!!!!!!!" | |
| echo | |
| echo "The sanitycheck script was renamed to twister. Please call twister with same options instead." | |
| echo "This wrapper script will be removed after Zephyr 2.5 is released." | |
| echo | |
| echo "Sleeping for 5 seconds to get your attention..." | |
| sleep 5 | |
| d=$(dirname $0) | |
| ${d}/twister $@ | |