[pdal-commits] [PDAL/PDAL] 6a78d9: Catch up with changes in pdal output.

GitHub noreply at github.com
Wed Feb 17 17:07:45 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 6a78d9b469287caa5f62ce0089f2151302b1e15f
      https://github.com/PDAL/PDAL/commit/6a78d9b469287caa5f62ce0089f2151302b1e15f
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Catch up with changes in pdal output.

Utils::run_shell_command uses popen which only
captures stdout, but pdal command outputs some
diagnostics to stderr too.
So, pc2pcTest case has been updated to redirect pdal
stderr to stdout to allow capturing expected output.


  Commit: 8ba6b37c0574f916a2d9cca367600a36d13a8012
      https://github.com/PDAL/PDAL/commit/8ba6b37c0574f916a2d9cca367600a36d13a8012
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Merge pull request #1136 from mloskot/ml/fix-test-pc2pc

Catch up with changes in pdal output.


Compare: https://github.com/PDAL/PDAL/compare/05d02b509bc5...8ba6b37c0574


More information about the pdal-commits mailing list