runc/libcontainer/stacktrace
Doug Davis 3e46977ec1 Fix to allow for build in different path
The path in the stacktrace might not be:
  "github.com/opencontainers/runc/libcontainer/stacktrace"
For example, for me its:
  "_/go/src/github.com/opencontainers/runc/libcontainer/stacktrace"
so I changed the check to make sure the tail end of the path matches instead
of the entire thing

Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-02-29 06:45:33 -08:00
..
capture.go avoid infinite loop with GCCGO 2015-07-10 19:15:26 +00:00
capture_test.go Fix to allow for build in different path 2016-02-29 06:45:33 -08:00
frame.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
frame_test.go Update import paths for new repository 2015-06-21 19:29:59 -07:00
stacktrace.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00