Re: [Bacula-devel] regression testing & python2

2021-10-13 Thread Radosław Korzeniewski
Hello Dan, wt., 12 paź 2021 o 03:30 Dan Langille napisał(a): > Radosław Korzeniewski wrote on 10/11/21 2:31 AM: > > Hello Dan, > > niedz., 10 paź 2021 o 22:40 Dan Langille napisał(a): > >> > I'm happy to send in pull requests soon. >> My pull request is here:https://github.com/dlangille/bacula/

Re: [Bacula-devel] regression testing & python2

2021-10-11 Thread Dan Langille
Radosław Korzeniewski wrote on 10/11/21 2:31 AM: Hello Dan, niedz., 10 paź 2021 o 22:40 Dan Langille > napisał(a): > I'm happy to send in pull requests soon. My pull request is here:https://github.com/dlangille/bacula/pull/1 Thanks for your patch. I have a q

Re: [Bacula-devel] regression testing & python2

2021-10-11 Thread Eric Bollengier via Bacula-devel
Hello Dan, Thanks for your pull request, sounds good to me, I will merge it soon. Best Regards, Eric On 10.10.21 22:39, Dan Langille wrote: Dan Langille wrote on 10/5/21 11:21 AM: Dan Langille wrote: Hello, Is it time to update the regression tests from Python 2 to Python3? e.g. [pg14

Re: [Bacula-devel] regression testing & python2

2021-10-10 Thread Radosław Korzeniewski
Hello Dan, niedz., 10 paź 2021 o 22:40 Dan Langille napisał(a): > > I'm happy to send in pull requests soon. > My pull request is here:https://github.com/dlangille/bacula/pull/1 > > Thanks for your patch. I have a question about it: Why did you remove "debugging information" from regress/tests/r

Re: [Bacula-devel] regression testing & python2

2021-10-10 Thread Dan Langille
Dan Langille wrote on 10/5/21 11:21 AM: Dan Langille wrote: Hello, Is it time to update the regression tests from Python 2 to Python3? e.g. [pg14 dan ~/src/bacula/regress] % grep -r python2 * 14:25:49 build/release/bgit.py:#!/usr/bin/env python2 test_duration:#!/usr/bin/env python2 ^C This

Re: [Bacula-devel] regression testing & python2

2021-10-07 Thread Martin Simmons
> On Wed, 6 Oct 2021 16:40:14 -0400, Dan Langille said: > > Martin Simmons wrote on 10/6/21 3:39 PM: > >> On Tue, 5 Oct 2021 11:21:46 -0400, Dan Langille said: > >> Must I be running the bash shell to invoke regression testing? > > You don't have to be running bash yourself -- the #! makes

Re: [Bacula-devel] regression testing & python2

2021-10-06 Thread Dan Langille
Martin Simmons wrote on 10/6/21 3:39 PM: On Tue, 5 Oct 2021 11:21:46 -0400, Dan Langille said: Must I be running the bash shell to invoke regression testing? You don't have to be running bash yourself -- the #! makes it run bash. Yes, but $SHELL is not necessary the shell currently executing.

Re: [Bacula-devel] regression testing & python2

2021-10-06 Thread Martin Simmons
> On Tue, 5 Oct 2021 11:21:46 -0400, Dan Langille said: > > Must I be running the bash shell to invoke regression testing? You don't have to be running bash yourself -- the #! makes it run bash. >If so, why? It is because the s

Re: [Bacula-devel] regression testing & python2

2021-10-05 Thread Radosław Korzeniewski
Hello, wt., 5 paź 2021 o 18:34 Radosław Korzeniewski napisał(a): > Hello Dan, > > wt., 5 paź 2021 o 17:41 Dan Langille napisał(a): > >> >> Dan Langille wrote: >> >> >> Hello, >> >> Is it time to update the regression tests from Python 2 to Python3? >> >> e.g. >> >> [pg14 dan ~/src/bacula/regres

Re: [Bacula-devel] regression testing & python2

2021-10-05 Thread Radosław Korzeniewski
Hello Dan, wt., 5 paź 2021 o 17:41 Dan Langille napisał(a): > > Dan Langille wrote: > > > Hello, > > Is it time to update the regression tests from Python 2 to Python3? > > e.g. > > [pg14 dan ~/src/bacula/regress] % grep -r python2 * 14:25:49 > build/release/bgit.py:#!/usr/bin/env python2 > test

Re: [Bacula-devel] regression testing & python2

2021-10-05 Thread Dan Langille
Dan Langille wrote: Hello, Is it time to update the regression tests from Python 2 to Python3? e.g. [pg14 dan ~/src/bacula/regress] % grep -r python2 * 14:25:49 build/release/bgit.py:#!/usr/bin/env python2 test_duration:#!/usr/bin/env python2 ^C This is not a complete list. I have start

[Bacula-devel] regression testing & python2

2021-10-03 Thread Dan Langille
Hello, Is it time to update the regression tests from Python 2 to Python3? e.g. [pg14 dan ~/src/bacula/regress] % grep -r python2 * 14:25:49 build/release/bgit.py:#!/usr/bin/env python2 test_duration:#!/usr/bin/env python2 ^C This is not a complete list. -- Dan Langille - d...@langille.org ht