diff --git a/.travis.yml b/.travis.yml index 539da4d..2bd689e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ script: - ./configure - time make -j2 - make testinstall - - cd ../tests && mkdir -p logs data + - cd ../tests - time make travistest diff --git a/src/Makefile.in b/src/Makefile.in index 1acbb8c..b6946b1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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/ # -------------------------------------------------------------------- #