[med-svn] [Git][med-team/aevol][master] Get most test issues fixed - leaving the last failure as a riddle for Saira
Andreas Tille
gitlab at salsa.debian.org
Thu Jul 25 00:51:46 BST 2019
Andreas Tille pushed to branch master at Debian Med / aevol
Commits:
8d45f7ca by Andreas Tille at 2019-07-24T23:51:14Z
Get most test issues fixed - leaving the last failure as a riddle for Saira
- - - - -
1 changed file:
- debian/tests/run-unit-tests
Changes:
=====================================
debian/tests/run-unit-tests
=====================================
@@ -19,9 +19,6 @@ gunzip -r *
# Just for debugging
set -x
-# Set the X Server
-# Xvfb :100 -ac &
-
# Run simulation
cd workflow/wild_type
aevol_create
@@ -33,7 +30,7 @@ outdirsB="line06 line07 line08 line09 line10"
outdirsC="line11 line12 line13 line14 line15"
for mydir in $outdirsA $outdirsB $outdirsC
do
- aevol_propagate -o ../$mydir
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_propagate -o ../$mydir
done
cd ..
@@ -73,21 +70,21 @@ ENV_VARIATION none" > newparam-groupC.in
for mydir in $outdirsA
do
cd $mydir
- aevol_modify -f ../newparam-groupA.in
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_modify -f ../newparam-groupA.in
cd ..
done
for mydir in $outdirsB
do
cd $mydir
- aevol_modify -f ../newparam-groupB.in
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_modify -f ../newparam-groupB.in
cd ..
done
for mydir in $outdirsC
do
cd $mydir
- aevol_modify -f ../newparam-groupC.in
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_modify -f ../newparam-groupC.in
cd ..
done
@@ -96,7 +93,7 @@ done
for mydir in $outdirsA $outdirsB $outdirsC
do
cd $mydir
- aevol_run -e 200 -p -1
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_run -e 200 -p -1
cd ..
done
View it on GitLab: https://salsa.debian.org/med-team/aevol/commit/8d45f7ca04cb07c97ee4425fe2824be46328a1ba
--
View it on GitLab: https://salsa.debian.org/med-team/aevol/commit/8d45f7ca04cb07c97ee4425fe2824be46328a1ba
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190724/4dcc10a4/attachment-0001.html>
More information about the debian-med-commit
mailing list