aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 30931a4..5251147 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -12,7 +12,7 @@ ls -1 */*.pd | sed 's/\.pd/;/' > $RUNTESTS_TXT
IEMMATRIX="-lib ../iemmatrix -path ../abs/"
-function run_nogui() {
+run_nogui() {
pd $IEMMATRIX -nogui runtests_nogui.pd > ${RUNTESTS_LOG}.$$ 2>&1
NUMTESTS=`grep -c . $RUNTESTS_TXT`
echo "regression-test: ${NUMTESTS} tests total" >> ${RUNTESTS_LOG}.$$
@@ -26,7 +26,7 @@ function run_nogui() {
echo
}
-function run_withgui() {
+run_withgui() {
pd $IEMMATRIX -stderr runtests.pd 2>&1 | tee ${RUNTESTS_LOG}
}