Skip to content

Commit

Permalink
added SCRAM_PostTest
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 1, 2024
1 parent fceacce commit 6505c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Utilities/ReleaseScripts/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
<test name="SCRAM_Test" command="test -e SCRAM_PreTest.txt &amp;&amp; touch SCRAM_Test.txt">
<flags PRE_TEST="SCRAM_PreTest"/>
</test>
<test name="SCRAM_PostTest" command="test -e SCRAM_Test.txt">
<flags PRE_TEST="SCRAM_Test"/>
</test>

0 comments on commit 6505c92

Please sign in to comment.