summaryrefslogtreecommitdiffstats
path: root/tests/800-coreserver/coreserver-cli.sh
blob: 43f7b7956b8fc6649b801a5a207727d3da651957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# awlsim-cli with coreserver tests

sh_test()
{
	local interpreter="$1"

	echo
	echo "--- Running coreserver tests"
	cd "$rootdir" || die "Failed to change to rootdir '$rootdir'"
	for testfile in 000-base/shutdown.awl; do
		run_test "$interpreter" "$basedir/$testfile" \
			--spawn-backend --interpreter "$interpreter"
	done
	echo -n "--- Finished coreserver tests "
}
bues.ch cgit interface