diff options
Diffstat (limited to 'integration')
| -rw-r--r-- | integration/execution_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/execution_test.go b/integration/execution_test.go index d1e94b7..82fa2b9 100644 --- a/integration/execution_test.go +++ b/integration/execution_test.go @@ -16,7 +16,7 @@ const ( SIMPLE_EXECUTION_TIME_S = 5 ) -func TestExecuteFirmware(t *testing.T) { +func TestExecuteDUT(t *testing.T) { firmware := os.Getenv(ENV_NATIVE_SIM_FIRMWARE) if firmware == "" { t.Skip("Environment variable '" + ENV_NATIVE_SIM_FIRMWARE + "' not set") |
