From bd60424e099623a148a5d186c6f268807e33896c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 29 Apr 2018 23:03:26 -0700 Subject: Add the ability to run some but not all samples in docker Also, build containers with --no-cache: distributions like ArchLinux retire their packages very quickly, need to always use up-to-date package databases. Signed-off-by: Alexey Neyman --- testing/docker/common-scripts/ctng-test-all | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 testing/docker/common-scripts/ctng-test-all (limited to 'testing/docker/common-scripts/ctng-test-all') diff --git a/testing/docker/common-scripts/ctng-test-all b/testing/docker/common-scripts/ctng-test-all deleted file mode 100755 index f0ba2663..00000000 --- a/testing/docker/common-scripts/ctng-test-all +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e -cd -rm -rf bld-samples -mkdir bld-samples -cd bld-samples -export PATH=$HOME/inst-ctng/bin:$PATH -ct-ng help -ct-ng list-samples -ct-ng list-steps -ct-ng build-all -- cgit v1.2.3