mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-01 08:47:46 +00:00
Don't embed a path in the generated output
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -8,6 +8,7 @@ Generate miscellaneous TLS test cases relating to the handshake.
|
||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
from typing import Optional
|
||||
|
||||
@@ -149,7 +150,7 @@ def write_handshake_tests(out: typing_util.Writable) -> None:
|
||||
out.write(f"""\
|
||||
# Miscellaneous tests related to the TLS handshake layer.
|
||||
#
|
||||
# Automatically generated by {sys.argv[0]}. Do not edit!
|
||||
# Automatically generated by {os.path.basename(sys.argv[0])}. Do not edit!
|
||||
|
||||
# Copyright The Mbed TLS Contributors
|
||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user