Skip to content

Commit

Permalink
Merge pull request #1513 from Mendi03/Salvador_patch
Browse files Browse the repository at this point in the history
Issue 1508 fix error in config file for buildtest tutorials
  • Loading branch information
shahzebsiddiqui authored Jul 3, 2023
2 parents bea0e14 + 289843f commit 7ad2707
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion buildtest/settings/spack_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ system:
buildspecs:
rebuild: False
count: 15
formatfields: "name,description"
format: "name,description"
terse: False
root: [$BUILDTEST_ROOT/examples]

report:
count: 25
#enable terse mode for report
terse: False
format: "name,id,state,runtime,returncode"
# show the latest for every test
latest: True
# show the oldest for every test
oldest: False

executors:
local:
bash:
Expand Down

0 comments on commit 7ad2707

Please sign in to comment.