From f19c700de1543f6c02f5ced17d79bf7a4f37e3f8 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 14 Aug 2019 07:27:47 +0200 Subject: testsuite/synth: make testsuite.sh more neutral. --- testsuite/synth/testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/synth/testsuite.sh b/testsuite/synth/testsuite.sh index 7eb9c3269..12b367f2c 100755 --- a/testsuite/synth/testsuite.sh +++ b/testsuite/synth/testsuite.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Driver for the synth testsuite. +# Driver for a testsuite. set -e @@ -29,7 +29,7 @@ done singlerun() { echo "" - echo "Synth dir $1:" + echo "dir $1:" cd $1 if ! ./testsuite.sh; then echo "#################################################################" -- cgit v1.2.3