QoL tuning
authorLauri Kasanen <cand@gmx.com>
Wed, 26 May 2021 08:56:43 +0000 (11:56 +0300)
committerLauri Kasanen <cand@gmx.com>
Wed, 26 May 2021 08:56:43 +0000 (11:56 +0300)
media/Makefile
media/audio/mp3/mp3_0.sh
media/audio/mp3/mp3_1.sh

index 4b4e6892c0c4fe867868df41b5ebed462390c037..332eb35753088ab7feca8fbb151303ba9468565c 100644 (file)
@@ -39,11 +39,11 @@ wget:
 tests: $(OBJ)
        @echo audio/mp3_0
        for i in `seq 0 1000 9000`; do \
-               audio/mp3/mp3_0.sh $$i; \
+               audio/mp3/mp3_0.sh $$i || exit 1; \
        done
 
        @echo audio/mp3_1
        for i in `seq 0 23`; do \
-               audio/mp3/mp3_1.sh $$i; \
+               audio/mp3/mp3_1.sh $$i || exit 1; \
        done
 
index 57aa4bd2ad4429c0e5e86839401a0b74c1c9a956..8b8a3b43782f022288536a1b82a34717e62fa2ff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh -xe
 
 pypowersim -g audio/mp3/mp3_0.gpr \
        -s common.spr \
index 0e4ee61872d884ec82f1bfa9e1b52a704a784cb6..6627648a87d861e3a67087bc5dbedd38cf92ac56 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh -xe
 
 pypowersim -g audio/mp3/mp3_1.gpr \
        -s common.spr \