chore(tests): cleanup test scripts

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-06-29 07:51:09 -07:00
parent cf28981f45
commit f5f3816596
6 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -ne 3 -a $# -ne 2 ]; then
echo "Usage: test.sh [lean-executable-path] [file] [yes/no]?"
echo "Usage: test_single.sh [lean-executable-path] [file] [yes/no]?"
exit 1
fi
ulimit -s unlimited

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -ne 2 -a $# -ne 1 ]; then
echo "Usage: test.sh [lean-executable-path] [yes/no]?"
exit 1

View file

@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -ne 3 -a $# -ne 2 ]; then
echo "Usage: test.sh [lean-executable-path] [file] [yes/no]?"
echo "Usage: test_single.sh [lean-executable-path] [file] [yes/no]?"
exit 1
fi
ulimit -s 8192

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Script for testing if Lean can parse the output produced by its
# pretty printer
if [ $# -ne 2 ]; then

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -ne 1 ]; then
echo "Usage: test.sh [lean-executable-path]"
exit 1

View file

@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -ne 2 ]; then
echo "Usage: test.sh [lean-executable-path] [file]"
echo "Usage: test_single.sh [lean-executable-path] [file]"
exit 1
fi
ulimit -s unlimited