Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bce8b983
authored
5 years ago
by
Sebastian Renner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modificazione di compilino tutti
parent
2e6b34de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
compile_all.py
+3
-2
No files found.
compile_all.py
View file @
bce8b983
...
...
@@ -198,9 +198,10 @@ def main(argv):
test_script
.
write
(
"
\n\n
echo
\"
TEST NUMBER
%03
d: 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'
))
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment