From 218ae8e306b1884f7a384f55dff67f34e3ddec64 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Mon, 5 Apr 2010 22:13:35 +0200 Subject: testsuite: Clear variables after test completed Signed-off-by: Michael Buesch --- tests/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 3fc7862..9a31220 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -212,6 +212,9 @@ function do_run_test # $1=device, $2=testscript [ $? -eq 0 ] || continue test_run test_exit + + current_device= + current_test= } if [ $nr_scriptpaths -eq 0 ]; then -- cgit v1.2.3