diff options
Diffstat (limited to 'yarn.tests/no-scenarios.script')
-rwxr-xr-x | yarn.tests/no-scenarios.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/yarn.tests/no-scenarios.script b/yarn.tests/no-scenarios.script new file mode 100755 index 0000000..ffd8e96 --- /dev/null +++ b/yarn.tests/no-scenarios.script @@ -0,0 +1,9 @@ +#!/bin/sh + +set -eu + + +cat <<EOF > "$DATADIR/test.yarn" +EOF + +./run-yarn "$DATADIR/test.yarn" |