From f5279c2bbfe14478da43a036c655e26eb77d627c Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 27 2011 15:45:53 +0000 Subject: Include z_ prefixed tests dir --- diff --git a/runtests.sh b/runtests.sh index 0897fe0..a5e8427 100755 --- a/runtests.sh +++ b/runtests.sh @@ -22,6 +22,7 @@ set -u t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' ) +t_Process <(/usr/bin/find ./tests/z_*/ -type f|sort -t'/' ) # and, we're done. t_Log "QA t_functional tests finished."