diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 00:21:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 00:21:44 +0300 |
commit | 8f7d1000d981c0c77ab30abe4591677ab7fdd4f6 (patch) | |
tree | 61ac0c63ce797cee191885e20fd339cddafebcc6 | |
parent | bbc990c2328dfb2e982b8db4fd9ce9ac6ecf403a (diff) |
fix
-rw-r--r-- | test/jupyterlab/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jupyterlab/test.sh b/test/jupyterlab/test.sh index e55cec6..67249bf 100644 --- a/test/jupyterlab/test.sh +++ b/test/jupyterlab/test.sh @@ -1,4 +1,4 @@ -xw#!/bin/bash +#!/bin/bash set -e |