Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Feb 7, 2025
1 parent e11b339 commit 4e74ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pr_testing/test_multiple_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ fi
if [ "X$DO_GPU_TESTS" = Xtrue ]; then
for GPU_T in ${ALL_GPU_TYPES[@]}; do
cp $WORKSPACE/test-env.txt $WORKSPACE/run-unittests-${GPU_T}.prop
echo "GPU_FLAVOR=${GPU_T}" >> $WORKSPACE/run-unittests-${GPU_T}.prop
done
fi

Expand All @@ -1534,3 +1535,4 @@ if [ "${DO_HLT_P2_INTEGRATION}" = "true" ] ; then
fi

rm -f $WORKSPACE/test-env.txt

0 comments on commit 4e74ecc

Please sign in to comment.