Thanks.
On Thu, Jan 28, 2021, 2:17 PM Andreas Cord-Landwehr
wrote:
> On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote:
> > On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote:
> > > Is there way to reading and writing small files in the CI? I'm in the
> > > process of w
On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote:
> On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote:
> > Is there way to reading and writing small files in the CI? I'm in the
> > process of writing auto tests for kdiff3.
>
> Your tests could create a directory inside
On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote:
> Is there way to reading and writing small files in the CI? I'm in the process
> of writing auto tests for kdiff3.
Your tests could create a directory inside the current one, and then inside the
new directory do stuff like creating files,
Is there way to reading and writing small files in the CI? I'm in the
process of writing auto tests for kdiff3.
On Thu, Jan 28, 2021 at 11:36 AM Michael Reeves wrote:
> Is there way to reading and writing small files in the CI? I'm in the
> process of writing auto tests for kdiff3.
>
Hi Michael,
The CI system in general doesn't specify any specific requirements here,
although you may find that QTest has