From 292b126b1e913e6111d45e8a36bcf41dee0831a3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr> Date: Fri, 6 Oct 2017 16:44:10 +0200 Subject: [PATCH] ls --- ci/scripts/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/scripts/test.sh b/ci/scripts/test.sh index a37b0a60c..d14cd8666 100644 --- a/ci/scripts/test.sh +++ b/ci/scripts/test.sh @@ -19,6 +19,13 @@ fi INSTALL_DIR=$1 HYSOP_DIR=$2 +echo +echo "PWD: $(pwd)" +echo +echo "LS: $(ls)" +echo +echo "LS HD: $(ls $HYSOP_DIR)" + export PYTHONPATH="$INSTALL_DIR/lib/python2.7/site-packages" python -c 'import hysop; print hysop' python "$HYSOP_DIR/operator/test_transpose.py" -- GitLab