Skip to content

Commit fa4d5f2

Browse files
committed
[OPENJDK-2968] test for custom s2i run script
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 98fcfcc commit fa4d5f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -euo pipefail
3+
4+
echo hello world
5+
echo JAVA_OPTS="$JAVA_OPTS"
6+
echo args="$@"

OPENJDK-2968-bin-custom-run/empty.jar

Whitespace-only changes.

0 commit comments

Comments
 (0)