make testinstall: mkdir logs and data, too
This commit is contained in:
parent
f39733589c
commit
b00b0e26cc
|
|
@ -11,5 +11,5 @@ script:
|
|||
- ./configure
|
||||
- time make -j2
|
||||
- make testinstall
|
||||
- cd ../tests && mkdir -p logs data
|
||||
- cd ../tests
|
||||
- time make travistest
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ WEBFILES = \
|
|||
src/web/bootstrap/fonts/glyphicons-halflings-regular.woff2
|
||||
|
||||
testinstall:
|
||||
mkdir -p ../tests/web
|
||||
mkdir -p ../tests/web ../tests/data ../tests/logs
|
||||
cp -p $(subst src/,,$(WEBFILES)) ../tests/web/
|
||||
|
||||
# -------------------------------------------------------------------- #
|
||||
|
|
|
|||
Loading…
Reference in New Issue