summaryrefslogtreecommitdiff
path: root/test/python.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 14:15:56 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 14:15:56 +0100
commitfad848887249da22a83e4f35dab3d80f8c590d4d (patch)
treed77ed39f1d9aaff54fd569bd6b5ce999dbf6a670 /test/python.sh
parentcac916e13cc39b95a95b90352fe0f7a6fa6734f7 (diff)
downloadlilliput-ae-implem-fad848887249da22a83e4f35dab3d80f8c590d4d.tar.xz
[implem-python] Ajustement du script de test Python
De sorte à ce qu'on puisse le lancer depuis n'importe quel dossier.
Diffstat (limited to 'test/python.sh')
-rwxr-xr-xtest/python.sh6
1 files changed, 4 insertions, 2 deletions
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