diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
commit | 774a362e87feab25f1be16fbca08269ddc7121a4 (patch) | |
tree | cf71f4e7466468ac3edc2127125f333224a9acfb /testing/start-testing | |
parent | c54a140a445bfe7aa66721f68bb0781f26add91c (diff) | |
download | vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.tar.gz vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.zip |
Major new upstream release, just ran svn-upgrade for now (and wrote some
debian/changelong entries).
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-x | testing/start-testing | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/start-testing b/testing/start-testing index 375a82be5..28f9c3bf5 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -47,6 +47,10 @@ case $UMLSTARTMODE in cecho "Start the uml instances (scripts/kstart-umls)" $DIR/scripts/kstart-umls $HOSTS ;; + gnome-terminal) + cecho "Start the uml instances (scripts/gstart-umls)" + $DIR/scripts/gstart-umls $HOSTS + ;; xterm) cecho "Start the uml instances (scripts/xstart-umls)" $DIR/scripts/xstart-umls $HOSTS |