From fad848887249da22a83e4f35dab3d80f8c590d4d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 24 Mar 2019 14:15:56 +0100 Subject: [implem-python] Ajustement du script de test Python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit De sorte à ce qu'on puisse le lancer depuis n'importe quel dossier. --- test/python.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/python.sh') diff --git a/test/python.sh b/test/python.sh index 720daaa..df4ce01 100755 --- a/test/python.sh +++ b/test/python.sh @@ -2,5 +2,7 @@ set -eu -./python/generate-vectors.sh -./python/compare.sh +TEST_DIR=$(dirname $0) + +${TEST_DIR}/python/generate-vectors.sh +${TEST_DIR}/python/compare.sh -- cgit v1.2.3