Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Compare revisions
9aad344db18cf3c8617499c354995dee47bbaf18 to 6461f337f9097810d7cf14052a83c8376e823fde
Project 'allnp/peasoup_umbrella' was moved to 'opensrc/zipr'. Please update any links and bookmarks that may still have the old path.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/zipr
Select target project
No results found
6461f337f9097810d7cf14052a83c8376e823fde
Select Git revision
Swap
Target
opensrc/zipr
Select target project
opensrc/zipr
whh8b/zipr
2 results
9aad344db18cf3c8617499c354995dee47bbaf18
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Turn off verbosity on laf test
· 6461f337
Anh Nguyen-Tuong
authored
6 years ago
6461f337
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_cmds.sh
+1
-1
1 addition, 1 deletion
tests/test_cmds.sh
with
1 addition
and
1 deletion
tests/test_cmds.sh
View file @
6461f337
...
...
@@ -136,7 +136,7 @@ do_tests()
$PSZ
$progpath
$protected
-s
rida
=
on
-s
meds_static
=
off
-s
laf
=
on
-o
laf:-v
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
laf_cmp
)
$PSZ
$progpath
$protected
-s
rida
=
on
-s
meds_static
=
off
-s
laf
=
on
-o
laf:-v
-o
laf:--disable-trace-div
-o
laf:--enable-trace-compare
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
$PSZ
$progpath
$protected
-s
rida
=
on
-s
meds_static
=
off
-s
laf
=
on
-o
laf:--disable-trace-div
-o
laf:--enable-trace-compare
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
laf_div
)
$PSZ
$progpath
$protected
-s
rida
=
on
-s
meds_static
=
off
-s
laf
=
on
-o
laf:-v
-o
laf:--enable-trace-div
-o
laf:--disable-trace-compare
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
...
...
This diff is collapsed.
Click to expand it.