Skip to content

Commit

Permalink
add Travis Task
Browse files Browse the repository at this point in the history
  • Loading branch information
daumayr committed Nov 21, 2018
1 parent 1e2a1f7 commit 3d7939a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ matrix:
- env: TASK=kompos-tests
- env: TASK=replay1-tests
- env: TASK=replay2-tests
- env: TASK=snapshot-tests
- env: TASK=native

- os: linux
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshot/test.sh
Expand Up @@ -36,7 +36,7 @@ for args in "${Savina[@]}"
do
echo "$args"
echo "Tracing:"
$SOM_DIR/som -JXss4096k -at -as -sam -TF core-lib/Benchmarks/AsyncHarness.ns Savina.$args
$SOM_DIR/som -G -JXss4096k -at -as -sam -TF core-lib/Benchmarks/AsyncHarness.ns Savina.$args
echo ""
echo "========================================================"
echo ""
Expand Down

0 comments on commit 3d7939a

Please sign in to comment.