Use sudo to get rid of the corefiles
This commit is contained in:
@ -57,7 +57,7 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ulimit -c unlimited -S
|
- ulimit -c unlimited -S
|
||||||
- rm -f /cores/core.*
|
- sudo rm -f /cores/core.*
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run runtests.py
|
- coverage run runtests.py
|
||||||
|
Reference in New Issue
Block a user