Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
12c62440
Commit
12c62440
authored
Jan 22, 2018
by
Maxime Perrotin
Browse files
Remove flags which don't exist anymore in asn1scc
parent
c7305e65
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
12c62440
...
...
@@ -1744,9 +1744,9 @@ def InvokeASN1Compiler(asn1Grammar, baseASN, acnFile, baseACN, isNewGrammar, bCo
# Invoke compiler
if
isNewGrammar
:
if
bCoverage
:
mysystem
(
"mono
\"
$DMT
\"
/asn1scc/asn1.exe -c -uPER -typePrefix asn1Scc
-noInit -noChecks -wordSize 8
-ACN
\"
"
+
baseACN
+
"
\"
\"
"
+
baseASN
+
"
\"
"
)
mysystem
(
"mono
\"
$DMT
\"
/asn1scc/asn1.exe -c -uPER -typePrefix asn1Scc -ACN
\"
"
+
baseACN
+
"
\"
\"
"
+
baseASN
+
"
\"
"
)
else
:
mysystem
(
"mono
\"
$DMT
\"
/asn1scc/asn1.exe -c -uPER -typePrefix asn1Scc
-wordSize 8
-ACN
\"
"
+
baseACN
+
"
\"
\"
"
+
baseASN
+
"
\"
"
)
mysystem
(
"mono
\"
$DMT
\"
/asn1scc/asn1.exe -c -uPER -typePrefix asn1Scc -ACN
\"
"
+
baseACN
+
"
\"
\"
"
+
baseASN
+
"
\"
"
)
else
:
print
"No need to reinvoke the ASN.1 compiler"
sys
.
stdout
.
flush
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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