Skip to content

Commit

Permalink
-p
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Feb 2, 2024
1 parent 009c32b commit 3be0d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/buildomat/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ TEST_TMPDIR='/var/tmp/omicron_tmp'
echo "tests will store ephemeral output in $TEST_TMPDIR" >&2
mkdir "$TEST_TMPDIR"

OUTPUT_DIR='/work/'
OUTPUT_DIR='/work'
echo "tests will store non-ephemeral output in $OUTPUT_DIR" >&2
mkdir "$OUTPUT_DIR"
mkdir -p "$OUTPUT_DIR"

#
# Set up our PATH for the test suite.
Expand Down

0 comments on commit 3be0d62

Please sign in to comment.