Skip to content

Commit

Permalink
CI debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 26, 2018
1 parent 5334687 commit e573531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/apps/InfoTest.cpp
Expand Up @@ -57,6 +57,7 @@ void test(const std::string options, const std::string validation)
std::string output;
cmd = appName() + " " + options + " " +
Support::datapath("las/autzen_trim.las") + " 2>&1";
std::cerr << "Command = " << cmd << "!\n";
EXPECT_EQ(Utils::run_shell_command(cmd, output), 0);
std::cerr << "Output = \n" << output << "\n";

Expand Down

0 comments on commit e573531

Please sign in to comment.