view test/run-build.sh @ 455:68733edd9bd1

suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
author Tassilo Philipp
date Thu, 27 Jan 2022 15:04:48 +0100
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done