X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fpy%2Ftest.py;fp=test%2Fpy%2Ftest.py;h=04baf8df3ba5581df53629c4da8f451b47be5394;hb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;hp=4695079ef715699e9f3b718b1d10d170255d9125;hpb=7ce85318cfff5fd82a059131761559cba7fef309;p=u-boot diff --git a/test/py/test.py b/test/py/test.py index 4695079ef7..04baf8df3b 100755 --- a/test/py/test.py +++ b/test/py/test.py @@ -1,9 +1,8 @@ #!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2015 Stephen Warren # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0 # Wrapper script to invoke pytest with the directory name that contains the # U-Boot tests.