From 2e6b34de86f6ba2beaa7ebb886e4ae7a484907e6 Mon Sep 17 00:00:00 2001 From: Sebastian Renner Date: Sun, 23 Feb 2020 09:50:14 +0100 Subject: [PATCH] Modified test_all.sh generation --- compile_all.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compile_all.py b/compile_all.py index e310851..54947ad 100755 --- a/compile_all.py +++ b/compile_all.py @@ -198,9 +198,9 @@ def main(argv): test_script.write( "\n\necho \"TEST NUMBER %03d: TESTING %s\"\n" % (i, d)) test_script.write( - "python3 -u ./test.py %s %s 2> %s | tee %s\n" % ( - t, - os.path.join(b, 'test'), + "python3 -u ./test_common.py %s %s 2> %s | tee %s\n" % ( + os.path.join(b, 'LWC_AEAD_KAT.txt'), + os.path.join(template_dir, 'test'), os.path.join(b, 'test_stderr.log'), os.path.join(b, 'test_stdout.log')) ) -- libgit2 0.26.0