diff -r ed68f7239293 -r 3e5d8657302f testing1/alcohol_test.sh --- a/testing1/alcohol_test.sh Tue Nov 14 22:19:04 2017 +0000 +++ b/testing1/alcohol_test.sh Fri Nov 17 02:13:40 2017 +0000 @@ -21,7 +21,7 @@ # functional tests function scala_assert { - (ulimit -t 30 -m 1024000 ; scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null) + (ulimit -t 30 -m 1024000 ; scala -i "$1" "$2" -e "") #2> /dev/null 1> /dev/null) } # purity test