aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gm/tests/run.sh')
-rwxr-xr-xgm/tests/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/tests/run.sh b/gm/tests/run.sh
index bd21fd8f97..0eb4d8ae14 100755
--- a/gm/tests/run.sh
+++ b/gm/tests/run.sh
@@ -105,10 +105,10 @@ function gm_test {
# 1. Image file encoding may vary by platform
# 2. https://code.google.com/p/chromium/issues/detail?id=169600
# ('gcl/upload.py fail to upload binary files to rietveld')
- for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name *.png); do
+ for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.png); do
echo "[contents of $IMAGEFILE]" >$IMAGEFILE
done
- for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name *.pdf); do
+ for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.pdf); do
echo "[contents of $IMAGEFILE]" >$IMAGEFILE
done