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 0e59832e..204dce2d 100755
--- a/tests/fuzz-tests.sh
+++ b/tests/fuzz-tests.sh
@@ -31,7 +31,7 @@ do
cd $i
if [ -x test.sh ]; then
echo "=== Entering $i" >> $RESULTS
- echo " [TEST] $name"
+ echo " [TEST/fuzz] $name"
./test.sh
if [ $? -ne 0 ]; then
_fail "test failed for case $(basename $i)"