blob: 0a43959cc575e7eb77d91da8a1396b2b7446cdae [file] [log] [blame]
#!/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 $@