[QA] Run UploadWizard API integration test against production...

Gergo Tisza gtisza at wikimedia.org
Wed Jan 29 03:29:57 UTC 2014


On Tue, Jan 28, 2014 at 11:23 AM, Gergo Tisza <gtisza at wikimedia.org> wrote:

> At the risk of overcomplicating things, you could just disable that before
> setting the parameter. It could be even wrapped into a function to look
> neater:
>
> function copy_variable {
>     set +x;
>     export $2=${!1};
>     set -x;
> }
>
> copy_variable MEDIAWIKI_PASSWORD_COMMONS MEDIAWIKI_PASSWORD
> # run script
>

Please ignore this part, Aaron found a better solution.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/qa/attachments/20140128/9732905c/attachment.html>


More information about the QA mailing list