Ver código fonte

Move script parity comment into scripts README

Stuart Kent 9 anos atrás
pai
commit
677feecb03
2 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    0
      bin/README.md
  2. 0
    2
      bin/journey-test.sh

+ 3
- 0
bin/README.md Ver arquivo

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 Ver arquivo

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"