mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Add the runtests files back with a message
This commit is contained in:
parent
54e3017815
commit
4085701330
56 changed files with 84 additions and 0 deletions
1
exercises/accumulate/runtests.bat
Normal file
1
exercises/accumulate/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/accumulate/runtests.sh
Normal file
2
exercises/accumulate/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/allergies/runtests.bat
Normal file
1
exercises/allergies/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/allergies/runtests.sh
Normal file
2
exercises/allergies/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/anagram/runtests.bat
Normal file
1
exercises/anagram/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/anagram/runtests.sh
Normal file
2
exercises/anagram/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/atbash-cipher/runtests.bat
Normal file
1
exercises/atbash-cipher/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/atbash-cipher/runtests.sh
Normal file
2
exercises/atbash-cipher/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/bob/runtests.bat
Normal file
1
exercises/bob/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/bob/runtests.sh
Normal file
2
exercises/bob/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/difference-of-squares/runtests.bat
Normal file
1
exercises/difference-of-squares/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/difference-of-squares/runtests.sh
Normal file
2
exercises/difference-of-squares/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/grade-school/runtests.bat
Normal file
1
exercises/grade-school/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/grade-school/runtests.sh
Normal file
2
exercises/grade-school/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/hamming/runtests.bat
Normal file
1
exercises/hamming/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/hamming/runtests.sh
Normal file
2
exercises/hamming/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/hello-world/runtests.bat
Normal file
1
exercises/hello-world/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/hello-world/runtests.sh
Normal file
2
exercises/hello-world/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/largest-series-product/runtests.bat
Normal file
1
exercises/largest-series-product/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/largest-series-product/runtests.sh
Normal file
2
exercises/largest-series-product/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/leap/runtests.bat
Normal file
1
exercises/leap/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/leap/runtests.sh
Normal file
2
exercises/leap/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/list-ops/runtests.bat
Normal file
1
exercises/list-ops/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/list-ops/runtests.sh
Normal file
2
exercises/list-ops/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/nucleotide-count/runtests.bat
Normal file
1
exercises/nucleotide-count/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/nucleotide-count/runtests.sh
Normal file
2
exercises/nucleotide-count/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/pangram/runtests.bat
Normal file
1
exercises/pangram/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/pangram/runtests.sh
Normal file
2
exercises/pangram/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/phone-number/runtests.bat
Normal file
1
exercises/phone-number/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/phone-number/runtests.sh
Normal file
2
exercises/phone-number/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/raindrops/runtests.bat
Normal file
1
exercises/raindrops/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/raindrops/runtests.sh
Normal file
2
exercises/raindrops/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/rna-transcription/runtests.bat
Normal file
1
exercises/rna-transcription/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/rna-transcription/runtests.sh
Normal file
2
exercises/rna-transcription/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/robot-simulator/runtests.bat
Normal file
1
exercises/robot-simulator/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/robot-simulator/runtests.sh
Normal file
2
exercises/robot-simulator/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/roman-numerals/runtests.bat
Normal file
1
exercises/roman-numerals/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/roman-numerals/runtests.sh
Normal file
2
exercises/roman-numerals/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/run-length-encoding/runtests.bat
Normal file
1
exercises/run-length-encoding/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/run-length-encoding/runtests.sh
Normal file
2
exercises/run-length-encoding/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/say/runtests.bat
Normal file
1
exercises/say/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/say/runtests.sh
Normal file
2
exercises/say/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/series/runtests.bat
Normal file
1
exercises/series/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/series/runtests.sh
Normal file
2
exercises/series/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/space-age/runtests.bat
Normal file
1
exercises/space-age/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/space-age/runtests.sh
Normal file
2
exercises/space-age/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/strain/runtests.bat
Normal file
1
exercises/strain/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/strain/runtests.sh
Normal file
2
exercises/strain/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/sublist/runtests.bat
Normal file
1
exercises/sublist/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/sublist/runtests.sh
Normal file
2
exercises/sublist/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/sum-of-multiples/runtests.bat
Normal file
1
exercises/sum-of-multiples/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/sum-of-multiples/runtests.sh
Normal file
2
exercises/sum-of-multiples/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/triangle/runtests.bat
Normal file
1
exercises/triangle/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/triangle/runtests.sh
Normal file
2
exercises/triangle/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
1
exercises/word-count/runtests.bat
Normal file
1
exercises/word-count/runtests.bat
Normal file
|
@ -0,0 +1 @@
|
|||
ECHO We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm
|
2
exercises/word-count/runtests.sh
Normal file
2
exercises/word-count/runtests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "We've changed how tests are run! Please review the latest install/running docs at http://exercism.io/languages/elm and report any issues at https://github.com/exercism/xelm"
|
Loading…
Reference in a new issue