Modul Qualitätssicherung
http://www.superx-projekt.de/doku/qa_modul/index.htm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
787 B
11 lines
787 B
2 years ago
|
#!/bin/bash
|
||
|
#bitte im Verzeichnis des Scripts ausführen
|
||
|
mkdir -p tmp_testfall_import
|
||
|
groovy ~/git/superx/scripts/groovy/copy_kettlejob.groovy --strip-connections ../../src-modules/module/qa/etl/testfall_import/testfall_import.kjb tmp_testfall_import
|
||
|
groovy ~/git/superx/scripts/groovy/copy_kettlejob.groovy --strip-connections ../../src-modules/module/qa/etl/testfall_import/testfall_import_dbtest.kjb tmp_testfall_import
|
||
|
groovy ~/git/superx/scripts/groovy/copy_kettlejob.groovy --strip-connections ../../src-modules/module/qa/etl/testfall_import/testfall_import_xml.kjb tmp_testfall_import
|
||
|
|
||
|
#Wenn man die Entwicklung beendet hat, kann man diese Dateien ins richtige git Verzeichnis kopieren und committen:
|
||
|
#cp -a tmp_testfall_import/* ../../src-modules/module/qa/etl/testfall_import
|
||
|
|