From bce8b9835b10bb48bf48a504610639f5844a4676 Mon Sep 17 00:00:00 2001 From: Sebastian Renner Date: Mon, 24 Feb 2020 08:43:00 +0100 Subject: [PATCH] Modificazione di compilino tutti --- compile_all.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compile_all.py b/compile_all.py index 54947ad..557c2e6 100755 --- a/compile_all.py +++ b/compile_all.py @@ -198,9 +198,10 @@ def main(argv): test_script.write( "\n\necho \"TEST NUMBER %03d: TESTING %s\"\n" % (i, d)) test_script.write( - "python3 -u ./test_common.py %s %s 2> %s | tee %s\n" % ( - os.path.join(b, 'LWC_AEAD_KAT.txt'), + "python3 -u %s %s %s 2> %s | tee %s\n" % ( os.path.join(template_dir, 'test'), + os.path.join(b, 'LWC_AEAD_KAT.txt'), + b, os.path.join(b, 'test_stderr.log'), os.path.join(b, 'test_stdout.log')) ) -- libgit2 0.26.0