Browse Source

Revert "Published test results as book at Thu 02 Mar 2023 01:07:15 PM CET"

This reverts commit 20faeb6818.
master
Sven Karsten 3 months ago
parent
commit
fa0dcfb43d
  1. 6
      test_config.example

6
test_config.example

@ -1,19 +1,17 @@
# if from_scratch is true, main_dir will be reoved before the test and on the target a rebuild is triggered,
# thus nothing locally and remotely is prepared
#from_scratch=true
from_scratch=true
# directory where the code will be stored (can be relative to the directory where the test.sh script is)
main_dir="./IOW_ESM"
# source of the code
# can be a path to the root directory (absolute or relative to test directory)
#src=".."
src=".."
# or a name of a branch existing in https://git.io-warnemuende.de/iow_esm/main.git like e.g.
#src="1.01.00"
# Note that if src is not an existing directory it is assumed to be a branch name
src="master"
# user-specific settings
# setups that will be tested in format of the usual SETUPS file

Loading…
Cancel
Save