radeonsi/test: fix typo in the test script

glcts results were copied over deqp results.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12899>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2021-09-16 16:38:17 +02:00 committed by Marge Bot
parent b9cf327787
commit 97663bac2e

View file

@ -312,9 +312,10 @@ if args.deqp:
print_yellow("Running dEQP tests", args.verbose > 0)
# Generate a test-suite file
out = os.path.join(output_folder, "deqp")
suite_filename = os.path.join(output_folder, "deqp-suite.toml")
suite = open(suite_filename, "w")
os.mkdir(os.path.join(output_folder, "deqp"))
os.mkdir(out)
baseline = os.path.join(base, "{}-deqp-fail.csv".format(gpu_name))
new_baseline = os.path.join(
new_baseline_folder, "{}-deqp-fail.csv".format(gpu_name)