Skip to content
Snippets Groups Projects
Commit e623b190 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

TEMPORARILY accept test with duplicate output

parent 2fcedb42
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,6 @@ Error:
brought into scope by mixins: fail:mysql (Database.MySQL as Database)
or 'fail-0.1.0.0-postgresql:Database.PostgreSQL'
brought into scope by mixins: fail:postgresql (Database.PostgreSQL as Database)
While filling requirements of build-depends: fail:mylib
While filling requirements of build-depends: fail:mylib
and build-depends: fail:mylib
In the stanza library
......@@ -11,5 +11,6 @@ Error:
brought into scope by mixins: fail:mysql (Database.MySQL as Database)
or 'fail-0.1.0.0-postgresql:Database.PostgreSQL'
brought into scope by mixins: fail:postgresql (Database.PostgreSQL as Database)
While filling requirements of build-depends: fail:mylib
While filling requirements of build-depends: fail:mylib
and build-depends: fail:mylib
In the stanza library
......@@ -17,6 +17,10 @@ Error:
It could refer to either:
'containers-<VERSION>:Data.Map'
brought into scope by build-depends: containers
or 'containers-<VERSION>:Data.Map'
brought into scope by build-depends: containers
or 'containers-dupe-0.1.0.0:Data.Map'
brought into scope by build-depends: containers-dupe
or 'containers-dupe-0.1.0.0:Data.Map'
brought into scope by build-depends: containers-dupe
The ambiguity can be resolved by qualifying the
......
......@@ -15,6 +15,10 @@ Error:
It could refer to either:
'containers-<VERSION>:Data.Map'
brought into scope by build-depends: containers
or 'containers-<VERSION>:Data.Map'
brought into scope by build-depends: containers
or 'containers-dupe-0.1.0.0:Data.Map'
brought into scope by build-depends: containers-dupe
or 'containers-dupe-0.1.0.0:Data.Map'
brought into scope by build-depends: containers-dupe
The ambiguity can be resolved by qualifying the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment