Skip to content

Commit

Permalink
Remove debug exit statement from GCHP integrationTestCreate.sh
Browse files Browse the repository at this point in the history
test/integration/GCHP/integrationTestCreate.sh
- Removed "exit 1" statement that was leftover from debugging.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 26, 2024
1 parent 1f97c9e commit 0f3997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/GCHP/integrationTestCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ printf "${SEP_MAJOR}\n"
printf "Creating GCHP Integration Tests\n\n"
print_submodule_head_commits "14" "${superProjectDir}" ""
printf "${SEP_MAJOR}\n"
exit 1

#=============================================================================
# Create integration test folder and subdirectories
#=============================================================================
Expand Down

0 comments on commit 0f3997d

Please sign in to comment.