From 1d902cd5813a2df252b6976bdcdc9cd7531590b4 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 5 Oct 2016 10:06:16 +0200 Subject: Move tests to shell scripts --- test/scripts/light-system-test-stop.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 test/scripts/light-system-test-stop.sh (limited to 'test/scripts/light-system-test-stop.sh') diff --git a/test/scripts/light-system-test-stop.sh b/test/scripts/light-system-test-stop.sh new file mode 100755 index 0000000..8f3447f --- /dev/null +++ b/test/scripts/light-system-test-stop.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +set -o nounset +set -o errexit + +INSTDIR=../catlfish +PREFIX=.. + +. test.shvars + +for node in ${ERLANGNODES}; do + ${PREFIX}/tools/to_catlfish.py to_erl ${INSTDIR}/tests/nodes/${node}/ "init:stop()" +done -- cgit v1.1