furnace/test/last-stage.sh
tildearrow 55c3966eda total extinction of legacy sample mode, part 10
it's ready! you must merge, now!
2025-11-10 04:43:45 -05:00

11 lines
303 B
Bash
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
testDir=20251109215858
if ./assert_delta "delta/$testDir/$1"; then
true
#echo "OK"
else
echo -n "$1... "
echo "FAIL FAIL FAIL"
mpv "delta/$testDir/$1"
#ffmpeg -loglevel quiet -i "test/delta/$testDir/$1" -lavfi showspectrumpic -y "test/delta/$testDir/$1.png"
fi