From ecbcc558a1862b8904def5a5ef072937edd24e64 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Wed, 18 Sep 2019 17:00:13 +0200 Subject: [PATCH] [ci/travis] Adjust the location of the test runner --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32f8f50f7..c767deef3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ os: linux script: - set -e - make clean && make epsilon.$EXT test.$EXT -- if [ "$PLATFORM" = "blackbox" ]; then build/release/blackbox/test.$EXT; PLATFORM=blackbox make integration_tests; fi +- if [ "$PLATFORM" = "blackbox" ]; then output/blackbox/release/test.$EXT; PLATFORM=blackbox make integration_tests; fi