From 1a62be25fbffd09d1cf1797c4a65e376f37a2156 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Jan 2012 18:19:21 +0000 Subject: Fix cmdtest -t foo so that it still runs the setup/setup_once/teardown/teardown_once scripts --- echo-tests/hello.setup | 3 +++ echo-tests/setup_once | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 echo-tests/hello.setup create mode 100755 echo-tests/setup_once (limited to 'echo-tests') diff --git a/echo-tests/hello.setup b/echo-tests/hello.setup new file mode 100755 index 0000000..55c29a9 --- /dev/null +++ b/echo-tests/hello.setup @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "hello.setup runs" diff --git a/echo-tests/setup_once b/echo-tests/setup_once new file mode 100755 index 0000000..19c5bba --- /dev/null +++ b/echo-tests/setup_once @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "setup-once runs" + -- cgit v1.2.1