-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
700395f
commit 25cbfc7
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
commit e22cdb9e3b373e2bb2ecb61ac41c5a56be1fdb5e | ||
commit ec6a491d126882966a696f9ad5d3698935361d55 | ||
Author: Alexey Masterov <[email protected]> | ||
Date: Tue Dec 17 10:25:00 2024 +0100 | ||
|
||
Changes required to run tests on Neon | ||
|
||
diff --git a/test.sh b/test.sh | ||
diff --git a/neon-test.sh b/neon-test.sh | ||
new file mode 100755 | ||
index 0000000..47beef2 | ||
--- /dev/null | ||
+++ b/test.sh | ||
+++ b/neon-test.sh | ||
@@ -0,0 +1,12 @@ | ||
+#!/bin/bash | ||
+set -ex | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters