Changes between Version 2 and Version 3 of Scripts/testport_script
- Timestamp:
- Apr 24, 2012, 9:51:54 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/testport_script
v2 v3 22 22 # testport gawk 23 23 # testport -n -l /opt/macports-gnu gawk 24 # testport -c -r -e -v clang-3.1 24 25 25 26 … … 309 310 310 311 311 if [[ $verbose -eq 1 ]]; then 312 port -f -v install "$@" 313 elif [[ $debug -eq 1 ]]; then 314 port -f -d install "$@" 312 if [[ $extract -eq 1 ]] && [[ $verbose -eq 1 ]]; then 313 port -f clean --all "$@" 314 port -f -v extract "$@" 315 elif [[ $extract -eq 1 ]] && [[ $debug -eq 1 ]]; then 316 port -f clean --all "$@" 317 port -f -v extract "$@" 315 318 elif [[ $extract -eq 1 ]]; then 316 319 port -f clean --all "$@" … … 323 326 elif [[ $build_source -eq 1 ]]; then 324 327 port -f -s install "$@" 328 elif [[ $verbose -eq 1 ]]; then 329 port -f -v install "$@" 330 elif [[ $debug -eq 1 ]]; then 331 port -f -d install "$@" 325 332 else 326 333 port -f install "$@"