summaryrefslogtreecommitdiff
path: root/app/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app/run-test.sh')
-rwxr-xr-xapp/run-test.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/run-test.sh b/app/run-test.sh
index ea3f91b..dd3c752 100755
--- a/app/run-test.sh
+++ b/app/run-test.sh
@@ -1,9 +1,8 @@
#!/bin/sh
-#
+
# Copyright (c) 2020 The ZMK Contributors
-#
# SPDX-License-Identifier: MIT
-#
+
if [ -z "$1" ]; then
echo "Usage: ./run-test.sh <path to testcase>"
exit 1