浏览代码

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"