ee5d6a6b8a
* Follow the upstream test suite's conventions. * More migration to follow.
8 lines
199 B
Bash
Executable File
8 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
|
|
runDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
|
|
|
source "$runDir/run-in-container.sh" "$testDir" "$1" bash ./container.sh
|