aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/42 custom target outputs not matching install_dirs/test.json
blob: f9e2ba781e644d5f6ec402241a2b3d61092ed9dd (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
{
  "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 only 2 \"install_dir\"s were found."
    }
  ]
}