From a2cdd64c6f915d969dfa21e23049ff4b3836b13d Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 7 Feb 2023 07:38:12 -0600 Subject: Add combined testcase based on exit codes --- test/all | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test/all (limited to 'test/all') diff --git a/test/all b/test/all new file mode 100755 index 0000000..1c3abf2 --- /dev/null +++ b/test/all @@ -0,0 +1,11 @@ +#!/bin/bash + +mkdir -p logs + +set -ex + +./test/eviction &> logs/eviction +./test/kvm-eviction &> logs/kvm-eviction +./test/kvm-pagestep &> logs/kvm-pagestep +./test/kvm-step &> logs/kvm-step +./test/kvm-targetstep &> logs/kvm-targetstep -- cgit v1.2.3-71-gd317