Skip to content

Commit

Permalink
Update nasa#285, Change CI config to specify permissive mode
Browse files Browse the repository at this point in the history
Permissive mode is required for testing on POSIX when
running as a normal (non-root) user.
  • Loading branch information
jphickey committed May 4, 2020
1 parent 636bd7c commit a9c0205
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ _functional_test: &functional_test
- cd build

# Prep and build
- cmake -DENABLE_UNIT_TESTS=true -DOSAL_SYSTEM_OSTYPE=posix -DOSAL_SYSTEM_BSPTYPE=pc-linux
-DOSAL_INCLUDEDIR=src/bsp/pc-linux/config/ ..
- cmake -DENABLE_UNIT_TESTS=true -DOSAL_SYSTEM_BSPTYPE=pc-linux -DOSAL_CONFIG_DEBUG_PERMISSIVE_MODE=TRUE ..
- make

# lcov capture pre-execution
Expand Down

0 comments on commit a9c0205

Please sign in to comment.