From ee8aea35725e4b582ed8af2866d0feffa2d13c6e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 27 Feb 2017 18:58:06 +0000 Subject: [PATCH] glsl/tests/optimization-test: 'echo' only folders which has generators The current "let's print any folder which exists" is simply confusing. Signed-off-by: Emil Velikov Acked-by: Kenneth Graunke Reviewed-by: Eric Engestrom --- src/compiler/glsl/tests/optimization-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/tests/optimization-test.sh b/src/compiler/glsl/tests/optimization-test.sh index f280dd3..e54edc7 100755 --- a/src/compiler/glsl/tests/optimization-test.sh +++ b/src/compiler/glsl/tests/optimization-test.sh @@ -34,6 +34,7 @@ ORIGDIR=`pwd` echo "====== Generating tests ======" for dir in $srcdir/glsl/tests/*/; do if [ -e "${dir}create_test_cases.py" ]; then + echo "$dir" # construct the correct builddir completedir="$abs_builddir/glsl/tests/`echo ${dir} | sed 's|.*/glsl/tests/||g'`" mkdir -p $completedir @@ -44,7 +45,6 @@ for dir in $srcdir/glsl/tests/*/; do fi cd .. fi - echo "$dir" done cd "$ORIGDIR" -- 2.7.4