Skip to content

Commit

Permalink
Merge pull request #41 from jhoblitt/tickets/DM-9526-pkgroot-cleanups
Browse files Browse the repository at this point in the history
assorted trivial fixes and style cleanups
  • Loading branch information
jhoblitt committed Apr 17, 2017
2 parents 0e16c30 + 3de52ef commit 7d4c6de
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 127 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ compiler:
- clang
- gcc
script: |
set -e
if [[ $BATCH == true ]]; then
echo -e "*** testing batch mode in Python version $PYVER ***\n"
./scripts/newinstall.sh -cb -${PYVER}
bash -x ./scripts/newinstall.sh -cb -${PYVER}
else
echo -e "*** testing interactive mode in Python version $PYVER ***\n"
echo -e "yes\nyes" | ./scripts/newinstall.sh -c -${PYVER}
echo -e "yes\nyes" | bash -x ./scripts/newinstall.sh -c -${PYVER}
fi
echo -e "*** Initialising bash environment **\n"
source loadLSST.bash
Expand Down

0 comments on commit 7d4c6de

Please sign in to comment.