summaryrefslogtreecommitdiffstats
path: root/test/etc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-09-25 16:40:07 +0100
committerNicolas Geoffray <ngeoffray@google.com>2014-09-25 16:40:07 +0100
commite7d66623e7c187728e7421f9c8f0c3527466db1c (patch)
tree2bc48925657e791441aa947d4d629994a0696e78 /test/etc
parentf4696b81a19cb56d40f23c5a1375a1f4fd168660 (diff)
downloadart-e7d66623e7c187728e7421f9c8f0c3527466db1c.zip
art-e7d66623e7c187728e7421f9c8f0c3527466db1c.tar.gz
art-e7d66623e7c187728e7421f9c8f0c3527466db1c.tar.bz2
Make the script bash because it uses PIPESTATUS.
Change-Id: Idc85935e0d9eebc96faed5112b5a0af8cf53192c
Diffstat (limited to 'test/etc')
-rwxr-xr-xtest/etc/host-run-test-jar4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar
index d2b3fb1..c020478 100755
--- a/test/etc/host-run-test-jar
+++ b/test/etc/host-run-test-jar
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Run the code in test.jar using the host-mode virtual machine. The jar should
# contain a top-level class named Main to run.
@@ -234,4 +234,4 @@ else
if [ ${PIPESTATUS[0]} = 124 ] && [ "$TIME_OUT" = "y" ]; then
echo -e "\e[91mTEST TIMED OUT!\e[0m" >&2
fi
-fi \ No newline at end of file
+fi