Commit 9e54a06a authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix some issues in the test

parent ac876b40
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@ gunzip -r *
set -x

# Set the X Server
xvfb :100 -ac &
# Xvfb :100 -ac &

# Run simulation
cd wild_type
cd workflow/wild_type
aevol_create
aevol_run -n 100 -p -1
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" aevol_run -n 100 -p -1

# Test setup
outdirsA="line01 line02 line03 line04 line05"