This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
These tests are run with locks. They should not end together (<> expected)
|
||||
$ dune build --root=. -j 2 --diff-command=diff @all-tests 2>&1 |
|
||||
> grep "^> *" | uniq -c | [ $(wc -l) -eq 1 ] && echo '=' || echo '<>'
|
||||
<>
|
||||
|
||||
These tests are run without locks. They should end together (= expected)
|
||||
$ dune build --root=. -j 2 --diff-command=diff @all-tests-nolocks 2>&1 |
|
||||
> grep "^> *" | uniq -c | [ $(wc -l) -eq 1 ] && echo '=' || echo '<>'
|
||||
=
|
||||
Loading…
Add table
Add a link
Reference in a new issue