Просмотр исходного кода

Move script parity comment into scripts README

Stuart Kent 9 лет назад
Родитель
Сommit
677feecb03
2 измененных файлов: 3 добавлений и 2 удалений
  1. 3
    0
      bin/README.md
  2. 0
    2
      bin/journey-test.sh

+ 3
- 0
bin/README.md Просмотреть файл

@@ -0,0 +1,3 @@
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 Просмотреть файл

@@ -1,7 +1,5 @@
1 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 3
 TRACK=java
6 4
 TRACK_REPO="$TRACK"
7 5
 TRACK_SRC_EXT="java"