Skip to content

Commit 975266b

Browse files
committed
. e Updated CI to now run the new Basic.Mechanics tests.
1 parent 665b37a commit 975266b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_run_install_tests.sh

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ HERE=$(cygpath -w $(pwd))
1010

1111
g-cli vipc -- -v "20.0 (64-bit)" -t 1200 "approvals-dev.vipc"
1212

13+
SECONDS=0
14+
echo "Running Basic Mechanics Tests"
15+
g-cli caraya -- -s "InstallTests\\Basic.Mechanics.Tests\\Basic.Mechanics.Tests.lvclass" -x "reports\\Basic.Mechanics.InstallTestReport.xml"
16+
echo "Test Time: $SECONDS"
1317
SECONDS=0
1418
echo "Running Caraya Tests" # needed because caray tool is not very verbose.
1519
g-cli caraya -- -s "InstallTests\\Caraya.Tests\\Caraya Extension Tests\\Caraya Extension Tests.lvclass" -x "reports\\Caraya.InstallTestReport.xml"

_run_unittests.sh

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ HERE=$(cygpath -w $(pwd))
1212
g-cli vipc -- -v "20.0 (64-bit)" -t 1200 "approvals-dev.vipc"
1313
# begin-snippet: run_tests
1414
SECONDS=0
15+
echo "Running Basic Mechanics Tests"
16+
g-cli caraya -- -s "Tests\\Basic.Mechanics.Tests\\Basic.Mechanics.Tests.lvclass" -x "reports\\Basic.Mechanics.UnitTestReport.xml"
17+
echo "Test Time: $SECONDS"
18+
SECONDS=0
1519
echo "Running Caraya Tests" # needed because caray tool is not very verbose.
1620
g-cli caraya -- -s "Tests\\Caraya.Tests\\Caraya Extension Tests\\Caraya Extension Tests.lvclass" -x "reports\\Caraya.UnitTestReport.xml"
1721
echo "Test Time: $SECONDS"

0 commit comments

Comments
 (0)