|
@@ -443,7 +443,7 @@ class FrameworkTest:
|
|
|
# Load profile for this installation
|
|
|
profile="%s/bash_profile.sh" % self.directory
|
|
|
if not os.path.exists(profile):
|
|
|
- logging.warning("Framework %s does not have a bash_profile" % self.name)
|
|
|
+ logging.warning("Directory %s does not have a bash_profile.sh" % self.directory)
|
|
|
profile="$FWROOT/config/benchmark_profile"
|
|
|
|
|
|
setup_util.replace_environ(config=profile,
|
|
@@ -463,7 +463,7 @@ class FrameworkTest:
|
|
|
# Load profile for this installation
|
|
|
profile="%s/bash_profile.sh" % self.directory
|
|
|
if not os.path.exists(profile):
|
|
|
- logging.warning("Framework %s does not have a bash_profile" % self.name)
|
|
|
+ logging.warning("Directory %s does not have a bash_profile.sh" % self.directory)
|
|
|
profile="$FWROOT/config/benchmark_profile"
|
|
|
|
|
|
setup_util.replace_environ(config=profile,
|