test.sh: set continuous chain of && commands and print out commands
This commit is contained in:
parent
f6f18e1868
commit
1388104996
6
test.sh
6
test.sh
@ -2,8 +2,12 @@
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
set -x && \
|
||||
|
||||
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime && \
|
||||
snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime && \
|
||||
snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime && \
|
||||
snakemake -call all --configfile config/test/config.perfect.yaml --rerun-triggers=mtime && \
|
||||
snakemake -call all --configfile config/test/config.scenarios.yaml --rerun-triggers=mtime -n
|
||||
snakemake -call all --configfile config/test/config.scenarios.yaml --rerun-triggers=mtime -n && \
|
||||
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user