Skip to content

Commit

Permalink
More rigorous testing of install command. Supoport for jobs and dummy
Browse files Browse the repository at this point in the history
workloads.
  • Loading branch information
Nathan Pemberton committed Dec 22, 2018
1 parent d86b5b5 commit 402515a
Show file tree
Hide file tree
Showing 42 changed files with 2,525 additions and 3,596 deletions.
1 change: 1 addition & 0 deletions sw_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def main():
log.error("No subcommand specified")
sys.exit(1)

log.info("Log available at: " + os.path.join(wlutil.log_dir, wlutil.getRunName() + ".log"))
if args.command == 'test':
if suitePass:
log.info("SUCCESS: All Tests Passed (" + str(skipCount) + " tests skipped)")
Expand Down
1 change: 1 addition & 0 deletions test/br-base
6 changes: 0 additions & 6 deletions test/br-base.json

This file was deleted.

1 change: 1 addition & 0 deletions test/br-base.json
Loading

0 comments on commit 402515a

Please sign in to comment.