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