summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz-tests.sh')
-rwxr-xr-xtests/fuzz-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz-tests.sh b/tests/fuzz-tests.sh
index 7bc620f0..ae738710 100755
--- a/tests/fuzz-tests.sh
+++ b/tests/fuzz-tests.sh
@@ -51,7 +51,7 @@ do
name=$(basename "$i")
cd $i
if [ -x test.sh ]; then
- echo "=== Entering $i" >> "$RESULTS"
+ echo "=== START TEST $i" >> "$RESULTS"
echo " [TEST/fuzz] $name"
./test.sh
if [ $? -ne 0 ]; then