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