Merge pull request #976 from PyPSA/refactor-test-script
test.sh: set continuous chain of && commands and print out commands
This commit is contained in:
commit
c5597c0bec
6
test.sh
6
test.sh
@ -2,8 +2,12 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
set -x && \
|
||||||
|
|
||||||
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime && \
|
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.overnight.yaml --rerun-triggers=mtime && \
|
||||||
snakemake -call all --configfile config/test/config.myopic.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.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