Skip to content
Snippets Groups Projects
Commit 7f7a1e7f authored by John Chilton's avatar John Chilton
Browse files

Cleanup debug code in install_test/test_install.bash.

parent 929bffa5
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,6 @@ cd pulsar
echo "Setting up virtualenv for Pulsar"
virtualenv venv
. venv/bin/activate # .venv\Scripts\activate if Windows
moo=`echo $PULSAR_INSTALL_TARGET`
echo $moo
echo "Installing Pulsar using 'pip install $PULSAR_INSTALL_TARGET'"
pip install $PULSAR_INSTALL_TARGET
echo "Running pulsar-config with default arguments"
......
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