Skip to content

Commit

Permalink
enable in batch mode, and make YAML::XS compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Mar 4, 2015
1 parent 4c6885b commit eec7c04
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Alien-ROOT.yml
@@ -1,14 +1,14 @@
#---
#match:
# distribution: '/Alien-ROOT-v?\d'
# env:
# PERL_BATCH: yes
#disabled: 1
## Searches too long for ROOT, expect times out
---
match:
distribution: "/Alien-ROOT-v?\d"
env:
PERL_BATCH: yes
disabled: 1
# Searches too long for ROOT, expect times out
---
match:
distribution: "/Alien-ROOT-v?\d"
distribution: '/Alien-ROOT-v?\d'
pl:
expect:
- "\QROOT was not found on your system. Install it now?"
- '\QROOT was not found on your system or you forced a recompile. Build and install it now?'
- "y\n"

0 comments on commit eec7c04

Please sign in to comment.