Newer
Older
dub_jkp / test / issue1091-bogus-rebuild.sh
  1. #!/usr/bin/env bash
  2.  
  3. . $(dirname "${BASH_SOURCE[0]}")/common.sh
  4.  
  5. cd ${CURR_DIR}/1-exec-simple
  6. rm -f dub.selections.json
  7. ${DUB} clean
  8. ${DUB} build --compiler=${DC} 2>&1 | grep -e 'building configuration' -c
  9. ${DUB} build --compiler=${DC} 2>&1 | { ! grep -e 'building configuration' -c; }