File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Run the internal sibernetic tests
4747 run : |
4848 ./stop.sh
49- ./run-tests.sh -quick
49+ ./run-tests.sh
50+
51+ - name : Run the Docker image with a long worm simulation
52+ run : |
53+ ./stop.sh
54+ ./run.sh -d 150 # temp longer simulation for testing
5055
5156 - name : Info on generated files
5257 run : |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ docker run -d \
1515 --privileged \
1616 -v $HOST_OUT_DIR :$OW_OUT_DIR :rw \
1717 openworm/openworm:$version \
18- bash -c " cd /home/ow/sibernetic && time ./run_opencl_tests .sh -quick && ls -alt /home/ow/sibernetic/simulations && cp -R /home/ow/sibernetic/simulations/* $OW_OUT_DIR /output"
18+ bash -c " cd /home/ow/sibernetic && time ./test .sh && ls -alt /home/ow/sibernetic/simulations && cp -R /home/ow/sibernetic/simulations/* $OW_OUT_DIR /output"
1919
2020echo " Set running running Docker container with Sibernetic in detached mode. Attaching to logs now..."
2121
You can’t perform that action at this time.
0 commit comments