Skip to content
Snippets Groups Projects
  • Yaroslav Lobankov's avatar
    1e3f8d9b
    ci: use explicit test-run cmd in make target · 1e3f8d9b
    Yaroslav Lobankov authored
    This change updates the 'test_odroid_arm64_no_deps' make target in the
    .travis.mk file with the following construction instead of `make test`:
    
        make LuaJIT-test
        cd test && ./test-run.py --vardir ${VARDIR} --force $(TEST_RUN_EXTRA_PARAMS)
    
    This is needed for consistency with other targets and saving artifacts
    with failure logs to ${VARDIR}.
    
    NO_DOC=ci
    NO_CHANGELOG=ci
    NO_TEST=ci
    1e3f8d9b
    History
    ci: use explicit test-run cmd in make target
    Yaroslav Lobankov authored
    This change updates the 'test_odroid_arm64_no_deps' make target in the
    .travis.mk file with the following construction instead of `make test`:
    
        make LuaJIT-test
        cd test && ./test-run.py --vardir ${VARDIR} --force $(TEST_RUN_EXTRA_PARAMS)
    
    This is needed for consistency with other targets and saving artifacts
    with failure logs to ${VARDIR}.
    
    NO_DOC=ci
    NO_CHANGELOG=ci
    NO_TEST=ci