summaryrefslogtreecommitdiff
path: root/test cases/failing/40 custom target outputs not matching install_dirs/test.json
blob: e6ea59770762e5f558a30d1b9278a4fc3b1b428a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "installed": [
    {
      "type": "file",
      "file": "usr/include/diff.h"
    },
    {
      "type": "file",
      "file": "usr/include/first.h"
    },
    {
      "type": "file",
      "file": "usr/bin/diff.sh"
    },
    {
      "type": "file",
      "file": "usr/bin/second.sh"
    },
    {
      "type": "file",
      "file": "opt/same.h"
    },
    {
      "type": "file",
      "file": "opt/same.sh"
    }
  ],
  "stdout": [
    {
      "line": "ERROR: Target 'too-few-install-dirs' has 3 outputs: \\['toofew.h', 'toofew.c', 'toofew.sh'\\], but 2 \"install_dir\"s were found: \\['([a-zA-Z]:)?/usr/include', False\\]\\.",
      "match": "re"
    }
  ]
}