mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Skip integration test on regular test run
This commit is contained in:
parent
6dada4fd14
commit
1f88a0abe8
1 changed files with 3 additions and 0 deletions
|
|
@ -17,5 +17,8 @@ func TestMain(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if endOfTestParams == 0 {
|
||||||
|
t.Skip("skipping integration test, no `--` parameter found")
|
||||||
|
}
|
||||||
realMain(os.Args[endOfTestParams+1:])
|
realMain(os.Args[endOfTestParams+1:])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue