On Tue, Oct 17, 2017 at 3:52 PM Dominique Devienne
wrote:
> On Tue, Oct 17, 2017 at 3:16 PM, Lodewijk Duymaer van Twist <
> lodew...@adesys.nl> wrote:
>
>> Thank you for investigating. You're fix works. Should I repost this as a
>> bug with your fix, or will this be picked up as is right now?
>>
On Tue, Oct 17, 2017 at 3:16 PM, Lodewijk Duymaer van Twist <
lodew...@adesys.nl> wrote:
> Thank you for investigating. You're fix works. Should I repost this as a
> bug with your fix, or will this be picked up as is right now?
>
Glad it did. Just sit tight and again wait and see if Dr Hipp agree
3
Onderwerp: Re: [sqlite] Using .testcase and .check in continuous integration
test
On Tue, Oct 17, 2017 at 12:30 PM, Lodewijk Duymaer van Twist <
lodew...@adesys.nl> wrote:
> That would be an other way, but what I'm looking for is using the Command
> Line Shell ".tes
On Tue, Oct 17, 2017 at 12:30 PM, Lodewijk Duymaer van Twist <
lodew...@adesys.nl> wrote:
> That would be an other way, but what I'm looking for is using the Command
> Line Shell ".testcase" and ".check" method.
>
OK. That's new information :)
> Create an example test file:
> echo ".testcase 10
sqlite-users"
Verzonden: Maandag 16 oktober 2017 13:49:18
Onderwerp: Re: [sqlite] Using .testcase and .check in continuous integration
test
On Mon, Oct 16, 2017 at 12:32 PM, Lodewijk Duymaer van Twist <
lodew...@adesys.nl> wrote:
> I would like use .testcase and .check in our
On Mon, Oct 16, 2017 at 12:32 PM, Lodewijk Duymaer van Twist <
lodew...@adesys.nl> wrote:
> I would like use .testcase and .check in our GitLab Continuous Integration
> test.
>
> GitLab pipelines will check process return code for success or fail.
>
> Consider a simple test:
> lodewijk@DebianDev:~
I would like use .testcase and .check in our GitLab Continuous Integration
test.
GitLab pipelines will check process return code for success or fail.
Consider a simple test:
lodewijk@DebianDev:~$ sqlite3 database.db3 < test.sql
testcase-100 ok
testcase-110 ok
lodewijk@DebianDev:~$ echo $?
7 matches
Mail list logo