diff --git a/conda_rpms/tests/integration/gitenv_install.sh b/conda_rpms/tests/integration/gitenv_install.sh index bfc86a7..b091986 100755 --- a/conda_rpms/tests/integration/gitenv_install.sh +++ b/conda_rpms/tests/integration/gitenv_install.sh @@ -42,9 +42,9 @@ source activate test-installer # Run the conda_rpms installer # ---------------------------- # Get the name of the noarch_package, e.g. tqdm-4.19.8-py_0 -#noarch_tqdm=$(find $MINICONDA_DIR/pkgs -type d -name "tqdm-*-py*" | rev | cut -d"/" -f1-1 | rev) -#echo $noarch_tqdm -python /repo/conda_rpms/install.py --pkgs-dir=$MINICONDA_DIR/pkgs --prefix=$MINICONDA_DIR/envs/test-env --link tqdm-4.19.8-py_0 +noarch_tqdm=$(basename $(find $MINICONDA_DIR/pkgs -type d -name "tqdm-*-py*")) +echo $noarch_tqdm +python /repo/conda_rpms/install.py --pkgs-dir=$MINICONDA_DIR/pkgs --prefix=$MINICONDA_DIR/envs/test-env --link $noarch_tqdm # Check that everything is there