From 034f9a01868a70e7df64285d851fd476fb3a2cf6 Mon Sep 17 00:00:00 2001 From: Eric Winter Date: Wed, 27 Aug 2025 08:31:17 -0600 Subject: [PATCH] Corrected path to video generation script. --- testingScripts/relCasePost-template.pbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testingScripts/relCasePost-template.pbs b/testingScripts/relCasePost-template.pbs index 5cb987ac..4e043399 100644 --- a/testingScripts/relCasePost-template.pbs +++ b/testingScripts/relCasePost-template.pbs @@ -54,7 +54,7 @@ echo 'The active environment variables are:' printenv # Process the data and generate the output video -python $KAIPYHOME/kaipy/scripts/quicklook/gamerrVid.py -d1 {{ case1F }} -id1 {{ case1id }} -d2 {{ case2F }} -id2 {{ case2id }} -o {{ frameFolder }}/{{ caseName }} -ts {{ ts }} -te {{ te }} -dt {{ dt }} -Nth 9 >& {{ caseName }}.out +gamerrVid -d1 {{ case1F }} -id1 {{ case1id }} -d2 {{ case2F }} -id2 {{ case2id }} -o {{ frameFolder }}/{{ caseName }} -ts {{ ts }} -te {{ te }} -dt {{ dt }} -Nth 9 >& {{ caseName }}.out # copy output video to test root folder cp {{ frameFolder }}/{{ caseName }}.mp4 $MAGE_TEST_SET_ROOT/.