mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
NOX Framework v1.0.0
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
Tests: smoke
|
||||
Depends: @
|
||||
Restrictions: allow-stderr
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
nox-cli --help > /dev/null
|
||||
nox-cli --version > /dev/null
|
||||
echo "smoke: OK"
|
||||
Reference in New Issue
Block a user