summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/compiler/glsl/tests/optimization-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/tests/optimization-test.sh b/src/compiler/glsl/tests/optimization-test.sh
index f280dd39495..e54edc7fb01 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"