summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runexported.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runexported.py')
-rwxr-xr-xmeta/lib/oeqa/runexported.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py
index 9cfea0f7ab..7e37213df6 100755
--- a/meta/lib/oeqa/runexported.py
+++ b/meta/lib/oeqa/runexported.py
@@ -1,9 +1,9 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2 2#
3
4# Copyright (C) 2013 Intel Corporation 3# Copyright (C) 2013 Intel Corporation
5# 4#
6# Released under the MIT license (see COPYING.MIT) 5# SPDX-License-Identifier: MIT
6#
7 7
8# This script should be used outside of the build system to run image tests. 8# This script should be used outside of the build system to run image tests.
9# It needs a json file as input as exported by the build. 9# It needs a json file as input as exported by the build.