From d13b6a4c8b49815cb21b734a0ef37a2204f125b8 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 4 Sep 2020 23:38:32 +0200 Subject: [PATCH] Rationalize test script --- tests/letstest/scripts/test_sdists.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/letstest/scripts/test_sdists.sh b/tests/letstest/scripts/test_sdists.sh index a1736a64c..0f2b0ad0e 100755 --- a/tests/letstest/scripts/test_sdists.sh +++ b/tests/letstest/scripts/test_sdists.sh @@ -40,9 +40,7 @@ for pkg in acme certbot $PLUGINS; do tar -xvf "$pkg-$VERSION.tar.gz" cd "$pkg-$VERSION" python setup.py build - cd build/lib - python -m pytest ../../tests - cd - + python -m pytest python setup.py install - cd $TEMP_DIR + cd - done