all (230B)
1#!/bin/bash 2 3mkdir -p logs 4 5set -ex 6 7./test/eviction &> logs/eviction 8./test/kvm-eviction &> logs/kvm-eviction 9./test/kvm-pagestep &> logs/kvm-pagestep 10./test/kvm-step &> logs/kvm-step 11./test/kvm-targetstep &> logs/kvm-targetstep