D10491: autotests: Fix testenv script on Unix.
Raphael Kubo da Costa
noreply at phabricator.kde.org
Tue Feb 13 20:07:58 GMT 2018
rakuco created this revision.
rakuco added a reviewer: dvratil.
Restricted Application added a project: KDE PIM.
rakuco requested review of this revision.
REVISION SUMMARY
Commit f89c0b569 <https://phabricator.kde.org/R165:f89c0b5695840edf1c24b232d226e8416de8ace2> ("Akonaditest: Fix testenv script on Windows") ended up
breking the shell script created on non-Windows environments.
Instead of
old_foo="bar"
we were doing
$old_foo="bar"
which then failed to be sourced.
REPOSITORY
R165 Akonadi
BRANCH
testenv-unix
REVISION DETAIL
https://phabricator.kde.org/D10491
AFFECTED FILES
autotests/libs/testrunner/shellscript.cpp
To: rakuco, dvratil
Cc: #kde_pim, dvasin, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20180213/02efb752/attachment.html>
More information about the kde-pim
mailing list