Revision af9691efe73d999dfda5b204012b8e974a12a808 authored by Roberto Di Cosmo on 02 November 2016, 14:18:39 UTC, committed by GitHub on 02 November 2016, 14:18:39 UTC
handle EINTR errors in wait_for_pids
2 parent s fa5c3dd + 52c1539
Raw File
oasis_test.sh
#!/bin/bash

set -x

oasis setup
ocaml setup.ml -configure 
ocaml setup.ml -build
ocaml setup.ml -install
back to top