Bläddra i källkod

Merge pull request #693 from exercism/script-readme

Move script parity comment into scripts README
Logan Stucki 9 år sedan
förälder
incheckning
44574063e0
2 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3
    0
      bin/README.md
  2. 0
    2
      bin/journey-test.sh

+ 3
- 0
bin/README.md Visa fil

1
+# Cross-track consistency
2
+
3
+Many of these scripts are shared between the Java and Kotlin tracks. If you make an update to a script in one of these tracks, please also update the same script in the other track if appropriate. Thank you!

+ 0
- 2
bin/journey-test.sh Visa fil

1
 #!/usr/bin/env bash
1
 #!/usr/bin/env bash
2
 
2
 
3
-# This script is shared between the Java and Kotlin tracks.  If you make an update to this script on
4
-# one track, please create a companion PR to merge it in to the other.  Thank you!
5
 TRACK=java
3
 TRACK=java
6
 TRACK_REPO="$TRACK"
4
 TRACK_REPO="$TRACK"
7
 TRACK_SRC_EXT="java"
5
 TRACK_SRC_EXT="java"