Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
68a19eb5
Commit
68a19eb5
authored
Jan 13, 2022
by
uxrog
Browse files
Add 'compile' tests to flammenwehrfer
parent
d3c4e7cb
Pipeline
#187316
failed with stage
in 26 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flammenwehrfer.sh
View file @
68a19eb5
...
...
@@ -36,7 +36,7 @@ GITHUB_URL="https://api.github.com/repos/$GITHUB_PATH"
# Set pipefail to get mjtest exit code instead of tee exit code
exec
3>&1
set
-o
pipefail
MJ_OUTPUT
=
"
$(
/mjtest/mjt.py lexer syntax ast semantic compile-firm /compiler-under-test/run 2>&1 |
tee
/dev/fd/3
)
"
MJ_OUTPUT
=
"
$(
/mjtest/mjt.py lexer syntax ast semantic compile-firm
compile
/compiler-under-test/run 2>&1 |
tee
/dev/fd/3
)
"
MJ_EXIT_CODE
=
"
$?
"
# Close copy, unset pipefail
exec
3>&-
...
...
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