Skip to content
Snippets Groups Projects
Commit 5bd7863c authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix run_desktop_tests.sh script

The script begins with `set -eux` and therefore will fail when using an
undefined variable. This is the case with `TRAVIS_OS_NAME` outside of
Travis.
parent 8cbffc5e
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
set -eux set -ex
echo "Checking formatting..." echo "Checking formatting..."
cargo fmt --all -- --check cargo fmt --all -- --check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment