Commit Graph

19 Commits

Author SHA1 Message Date
Georges Dupéron
b467608409 macos does not have readlink command, but has realpath 2018-07-25 09:50:10 +02:00
Georges Dupéron
532140f5fc Use only mktemp -d, as it is near-impossible to get mktemp to create a file with a suffix (extension) on macos 2018-07-25 09:50:10 +02:00
Georges Dupéron
cea641936a mktemp: behaviour is too different between mac and linux, factored out workarounds to a separate .sh 2018-07-25 09:50:10 +02:00
Georges Dupéron
f16410b718 macos: mktemp does not accept --suffix option, use a template instead 2018-07-25 09:50:10 +02:00
Georges Dupéron
fc464c71c0 Refactored the test targets in the Makefile, use this in .travis.yml instead of duplicating the commands 2018-07-03 18:50:58 +02:00
Georges Dupéron
ca7882fd2d Change OS filename: os.sh -> os.bat 2018-07-03 17:49:22 +02:00
Georges Dupéron
4edc0a7177 Delay failure of sikuli, so that a screenshot can still be taken. 2018-07-03 17:19:54 +02:00
Georges Dupéron
9a26a0a9b1 mktemp does not accept --prefix 2018-06-30 18:32:54 +02:00
Georges Dupéron
9ea39f06d5 Deploy screenshots 2018-06-30 18:04:45 +02:00
Georges Dupéron
c8806b151e Remove temporary files upon success (still to do: make sure they are also removed on failure) 2018-06-30 16:56:39 +02:00
Georges Dupéron
925d0d787b Switch from tempfile to mktemp, as tempfile is deprecated 2018-06-30 16:52:00 +02:00
Georges Dupéron
1c13c98ef0 Take better screenshots; reorganized files 2018-06-29 08:54:45 +02:00
Georges Dupéron
3560163759 Added ANSI-art screenshots to the Travis logs 2018-06-28 02:27:21 +02:00
Georges Dupéron
a93c2e4b72 Try to get VirtualBox to run on Travis 2018-06-27 01:22:34 +02:00
Georges Dupéron
b75792f45a VirtualBox needs --type sdl to work in xvfb 2018-06-27 01:14:32 +02:00
Georges Dupéron
bd83552683 Added VirtualBox 2018-06-27 01:07:17 +02:00
Georges Dupéron
5b3c3bbe48 Fix command for VirtualBox 2018-06-25 00:09:09 +02:00
Georges Dupéron
f0a4a5dcc7 Fix command for VirtualBox 2018-06-25 00:05:14 +02:00
Georges Dupéron
fffcd83e70 Added stubs for bochs and virtualbox, to be filled out. 2018-06-25 00:00:53 +02:00