mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Don't print an error if 'tests' directory already exists
This commit is contained in:
parent
a2f549a89e
commit
669b5bcd41
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir tests
|
||||
mkdir -p tests
|
||||
|
||||
fails=0
|
||||
files=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue