Skip to content

Commit

Permalink
. e Added error handling to bash script
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
stagg54 and isidore committed Oct 13, 2023
1 parent 212a098 commit 7f6e619
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
#! /usr/bin/bash

set -euo pipefail


g-cli vipc -- -v "20.0 (64-bit)" "Approvals Starter Project.vipc"
g-cli "C:\Program Files\National Instruments\LabVIEW 2020\vi.lib\addons\_JKI Toolkits\Caraya\CarayaCLIExecutionEngine.vi" -- -s "C:\Users\SAS\Documents\GitHub\ApprovalTests.LabVIEW.StarterProject" -x "C:\Users\SAS\Documents\GitHub\ApprovalTests.LabVIEW.StarterProject\UnitTestReport.xml"

0 comments on commit 7f6e619

Please sign in to comment.