mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: unit: allow automation to specify test level
Pass parameters from the wrapper script nvgpu_submit_unit.sh to the lower level script nvgpu_unit.sh so that GVS/VRLs can pass down parameters. JIRA NVGPU-3200 Change-Id: I8395e63f07cbac7cac52a13e6d848ea6e02daa6b Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2099679 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
de1edcc1ee
commit
73bd8e4646
@@ -28,7 +28,7 @@
|
||||
|
||||
this_script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
|
||||
pushd $this_script_dir/nvgpu_unit
|
||||
./unit.sh
|
||||
./unit.sh $*
|
||||
rc=$?
|
||||
popd
|
||||
exit $rc
|
||||
|
||||
Reference in New Issue
Block a user