summaryrefslogtreecommitdiffstats
path: root/scripts/oe-test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-test')
-rwxr-xr-xscripts/oe-test4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/oe-test b/scripts/oe-test
index 34d9012d14..55985b0b24 100755
--- a/scripts/oe-test
+++ b/scripts/oe-test
@@ -3,7 +3,9 @@
3# OpenEmbedded test tool 3# OpenEmbedded test tool
4# 4#
5# Copyright (C) 2016 Intel Corporation 5# Copyright (C) 2016 Intel Corporation
6# Released under the MIT license (see COPYING.MIT) 6#
7# SPDX-License-Identifier: MIT
8#
7 9
8import os 10import os
9import sys 11import sys