Bläddra i källkod

Remove deprecated images from tests

Tianon Gravi 4 år sedan
förälder
incheckning
e180311dfe

+ 1 - 14
test/config.sh

@@ -19,19 +19,15 @@ testAlias+=(
 	[adoptopenjdk]='openjdk'
 	[eclipse-temurin]='openjdk'
 	[sapmachine]='openjdk'
-	[iojs]='node'
+
 	[jruby]='ruby'
 	[pypy]='python'
 
 	[ubuntu]='debian'
-	[ubuntu-debootstrap]='debian'
 
 	[mariadb]='mysql'
 	[percona]='mysql'
 	[percona:psmdb]='mongo'
-
-	[hola-mundo]='hello-world'
-	[hello-seattle]='hello-world'
 )
 
 imageTests+=(
@@ -42,8 +38,6 @@ imageTests+=(
 	[cassandra]='
 		cassandra-basics
 	'
-	[celery]='
-	'
 	[clojure]='
 	'
 	[crate]='
@@ -64,8 +58,6 @@ imageTests+=(
 		docker-dind
 		docker-registry-push-pull
 	'
-	[django]='
-	'
 	[eclipse-mosquitto]='
 		eclipse-mosquitto-basics
 	'
@@ -78,9 +70,6 @@ imageTests+=(
 	[erlang]='
 		erlang-hello-world
 	'
-	[fsharp]='
-		fsharp-hello-world
-	'
 	[gcc]='
 		gcc-c-hello-world
 		gcc-cpp-hello-world
@@ -221,8 +210,6 @@ imageTests+=(
 	'
 	[r-base]='
 	'
-	[rails]='
-	'
 	[rapidoid]='
 		rapidoid-hello-world
 		rapidoid-load-balancer

+ 0 - 1
test/tests/fsharp-hello-world/container.fsx

@@ -1 +0,0 @@
-printfn "Hello World!"

+ 0 - 1
test/tests/fsharp-hello-world/expected-std-out.txt

@@ -1 +0,0 @@
-Hello World!

+ 0 - 1
test/tests/fsharp-hello-world/run.sh

@@ -1 +0,0 @@
-../run-fsharp-in-container.sh

+ 0 - 7
test/tests/run-fsharp-in-container.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-
-testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
-runDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
-
-source "$runDir/run-in-container.sh" "$testDir" "$1" fsharpi ./container.fsx