Skip to content

Commit

Permalink
Change BlackBear APPLICATION_NAME to black_bear closes idaholab#383
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed Jan 18, 2024
1 parent db18f75 commit 2f8a7d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BLACKBEAR_DIR := $(CURDIR)

# dep apps
APPLICATION_DIR := $(CURDIR)
APPLICATION_NAME := blackbear
APPLICATION_NAME := black_bear
BUILD_EXEC := yes
DEP_APPS := $(shell $(FRAMEWORK_DIR)/scripts/find_dep_apps.py $(APPLICATION_NAME))
include $(FRAMEWORK_DIR)/app.mk
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ MOOSE_DIR = os.environ.get('MOOSE_DIR', MOOSE_DIR)
sys.path.append(os.path.join(MOOSE_DIR, 'python'))

from TestHarness import TestHarness
TestHarness.buildAndRun(sys.argv, 'blackbear', MOOSE_DIR)
TestHarness.buildAndRun(sys.argv, 'black_bear', MOOSE_DIR)

0 comments on commit 2f8a7d9

Please sign in to comment.