Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michalis Kokologiannakis
Weak Memory Bibliography
Commits
a9e79420
Commit
a9e79420
authored
Jan 23, 2022
by
Michalis Kokologiannakis
Browse files
fixup! infr: Add some testing infrastructure
parent
636c79ce
Pipeline
#60604
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
check.sh
View file @
a9e79420
...
...
@@ -27,6 +27,7 @@ sorted=$($TOP/sort.sh /dev/stdout)
# check whether input is sorted
if
[[
"
${
input
}
"
!=
"
${
sorted
}
"
]]
then
diff <
(
echo
"
${
input
}
"
)
<
(
echo
"
${
sorted
}
"
)
echo
"Input not sorted! Consider running 'sort.sh'"
exit
1
fi
...
...
Write
Preview
Supports
Markdown
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