summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RuntimePath/SymlinkImplicitCheck-stderr.txt
blob: b0ede7072e388cb8fc9b27c41d9577d1a09e6ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
^CMake Error at .*/Tests/RunCMake/RuntimePath/SymlinkImplicitCheck.cmake:[0-9]+ \(file\):
  file RPATH_CHANGE could not write new RPATH:

    old-should-not-exist

  to the file:

    [^
]*/Tests/RunCMake/RuntimePath/SymlinkImplicit-build/exe

  The current (RPATH|RUNPATH) is:

    [^
]*/Tests/RunCMake/RuntimePath/SymlinkImplicit-build/libAlways(:[^
]*)?

  which does not contain:

    [^
]*/Tests/RunCMake/RuntimePath/SymlinkImplicit-build/libLink

  as was expected\.$