From 098d7115c7382141815c1a81244ba9685a83a38d Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Mon, 27 Feb 2006 15:31:53 +0000 Subject: [PATCH] - Added some step outputs --- testsuite/media/tests/media4.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuite/media/tests/media4.cc b/testsuite/media/tests/media4.cc index bb8e645..e731b4d 100644 --- a/testsuite/media/tests/media4.cc +++ b/testsuite/media/tests/media4.cc @@ -70,13 +70,16 @@ int main(int argc, char *argv[]) ONE_STEP("provideDirTree(" + dir.asString() + ")"); mm.provideDirTree(id, Pathname(dir)); + ONE_STEP("Create a temporary dir"); zypp::filesystem::TmpDir temp; + ONE_STEP("Create a copy of " + dir.asString()); zypp::filesystem::copy_dir(mm.localPath(id, dir), temp.path()); std::string cmd("/bin/ls -lR "); cmd += temp.path().asString(); + ONE_STEP("Check the directory copy") system( cmd.c_str()); ONE_STEP("CLEANUP") -- 2.7.4