[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add testsuite



On 27-02-19 21:23, Jakub Jelinek wrote:
> On Wed, Feb 27, 2019 at 09:18:39PM +0100, Tom de Vries wrote:
>> this patch adds a basic dejagnu testsuite for dwz:
>> ...
>> $ make check
>> $ cat dwz.sum
>>   ...
>> Running testsuite/dwz.tests/dwz-tests.exp ...
>> PASS: testsuite/dwz.tests/regular.sh
>> PASS: testsuite/dwz.tests/low-mem.sh
>> PASS: testsuite/dwz.tests/multifile.sh
>> PASS: testsuite/dwz.tests/too-many-dies.sh
>> PASS: testsuite/dwz.tests/hardlink.sh
>>
>>                 === dwz Summary ===
>>
>> nr of expected passes            5
>> ...
>>
>> OK for trunk?
> 
> Ok, thanks.

I've tried to push to git://sourceware.org/git/dwz.git, but got:
...
$ git br -vv | grep master
* master                                              e5d4908
[origin/master: ahead 1] Add testsuite
$ git push origin
fatal: remote error: service not enabled: /git/dwz.git
...

Do you want to push the patch(es) yourself, or setup write access?

Thanks,
- Tom