From 05c5737ce9a02bbe329af3db3a32eebc06c8c803 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 21 May 2021 17:26:25 -0700 Subject: [PATCH] Fix dart test to be runnable --- test/config.sh | 3 +++ test/tests/run-dart-in-container.sh | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 test/tests/run-dart-in-container.sh diff --git a/test/config.sh b/test/config.sh index 653a1cae49..0f94d5e352 100644 --- a/test/config.sh +++ b/test/config.sh @@ -54,6 +54,9 @@ imageTests+=( [convertigo]=' convertigo-hello-world ' + [dart]=' + dart-hello-world + ' [debian]=' debian-apt-get ' diff --git a/test/tests/run-dart-in-container.sh b/test/tests/run-dart-in-container.sh old mode 100644 new mode 100755