aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-06-23 12:11:12 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-02 13:26:31 +0200
commitc58cb5910281cfcaed015cca8723776c5003826d (patch)
treea93833874340cb9791ff094817fa29e29ea46cde /tests
parent4767c3ee950e4e08d897ccd7c350ab0b3c45412e (diff)
Make sure to remove empty parent directories when removing artifacts.
We create these directories when we create the artifacts, so we have to remove them when the artifacts are removed. For safety, we do not do that for artifacts located outside of the build directory. Task-number: QBS-630 Change-Id: I4da91a2b940ddea6837cb881bf3dc777b71fe702 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index ed4e704f5..148066009 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -1894,7 +1894,6 @@ void TestBlackbox::radAfterIncompleteBuild()
projectFile.resize(0);
projectFile.write(content);
projectFile.flush();
- QEXPECT_FAIL("", "QBS-630", Abort);
QCOMPARE(runQbs(params), 0);
}