소스 검색

Since we don't have any other files in test/, let's call .config.sh just config.sh and make it non-executable

Tianon Gravi 11 년 전
부모
커밋
906ea953e3
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      test/config.sh
  2. 1 1
      test/run.sh

+ 0 - 0
test/.config.sh → test/config.sh


+ 1 - 1
test/run.sh

@@ -48,7 +48,7 @@ done
 #   testAlias
 #   imageTests
 #   globalExcludeTests
-. "$dir"/.config.sh
+. "$dir/config.sh"
 
 for dockerImage in "$@"; do
 	echo "testing $dockerImage"