Skip to content
Snippets Groups Projects
Commit 292b126b authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

ls

parent 298a6731
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -19,6 +19,13 @@ fi ...@@ -19,6 +19,13 @@ fi
INSTALL_DIR=$1 INSTALL_DIR=$1
HYSOP_DIR=$2 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" export PYTHONPATH="$INSTALL_DIR/lib/python2.7/site-packages"
python -c 'import hysop; print hysop' python -c 'import hysop; print hysop'
python "$HYSOP_DIR/operator/test_transpose.py" python "$HYSOP_DIR/operator/test_transpose.py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment