From 345dc4161d937c302248ea34ea55a9abc4bf343d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 15 Apr 2018 20:23:33 -0700 Subject: Testing works for archlinux docker Signed-off-by: Alexey Neyman --- testing/docker/common-scripts/ctng-test-all | 12 ++++++++++++ 1 file changed, 12 insertions(+) create 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 new file mode 100755 index 00000000..f0ba2663 --- /dev/null +++ b/testing/docker/common-scripts/ctng-test-all @@ -0,0 +1,12 @@ +#!/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