aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-28 12:05:02 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-02-28 12:26:57 +0100
commit944671d63a8b4aae4be2f219d3efad3507cca24a (patch)
treea3423c9e5a454f6194c52a79b54b86fa2d3b5869 /tests/fuzzy-test
parent303abdb779b0f803f59b0b8428f5feb0a5d576b0 (diff)
Fuzzy test: Use "rev-parse" instead of "describe".
This is what we really want. Change-Id: I3a95364390d788e3c3c2a3ceb3603b78ffa2f14c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/fuzzy-test')
-rw-r--r--tests/fuzzy-test/fuzzytester.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzy-test/fuzzytester.cpp b/tests/fuzzy-test/fuzzytester.cpp
index 5f9888520..d759c6a3d 100644
--- a/tests/fuzzy-test/fuzzytester.cpp
+++ b/tests/fuzzy-test/fuzzytester.cpp
@@ -43,7 +43,7 @@ void FuzzyTester::runTest(const QString &profile, const QString &startCommit)
{
m_profile = profile;
- runGit(QStringList() << "describe" << "HEAD", &m_headCommit);
+ runGit(QStringList() << "rev-parse" << "HEAD", &m_headCommit);
qDebug("HEAD is %s", qPrintable(m_headCommit));
qDebug("Trying to find a buildable commit to start with...");