Browse Source

Alphabetize image names in tests

- tests within the image are ordered based on "complexity"
Joe Ferguson 10 years ago
parent
commit
0a5d02884b
1 changed files with 12 additions and 12 deletions
  1. 12 12
      test/config.sh

+ 12 - 12
test/config.sh

@@ -7,20 +7,14 @@ globalTests=(
 )
 
 declare -A testAlias=(
-	[pypy]='python'
 	[jruby]='ruby'
+	[pypy]='python'
 
 	[mariadb]='mysql'
 	[percona]='mysql'
 )
 
 declare -A imageTests=(
-	[python]='
-		python-hy
-		python-pip-requests-ssl
-		python-sqlite3
-		python-zlib
-	'
 	[haskell]='
 		haskell-cabal
 		haskell-ghci
@@ -29,17 +23,23 @@ declare -A imageTests=(
 	[hylang]='
 		hylang-sh
 	'
-	[ruby]='
-		ruby-standard-libs
-		ruby-gems
-		ruby-bundler
-	'
 	[mysql]='
 		mysql-basics
 	'
 	[php]='
 		php-ext-install
 	'
+	[python]='
+		python-hy
+		python-pip-requests-ssl
+		python-sqlite3
+		python-zlib
+	'
+	[ruby]='
+		ruby-standard-libs
+		ruby-gems
+		ruby-bundler
+	'
 # example onbuild
 #	[python:onbuild]='
 #		py-onbuild