diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 14:15:56 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 14:15:56 +0100 |
| commit | fad848887249da22a83e4f35dab3d80f8c590d4d (patch) | |
| tree | d77ed39f1d9aaff54fd569bd6b5ce999dbf6a670 | |
| parent | cac916e13cc39b95a95b90352fe0f7a6fa6734f7 (diff) | |
| download | lilliput-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.
| -rwxr-xr-x | test/python.sh | 6 |
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 |
