Skip to content

Commit

Permalink
Use latest ns-3
Browse files Browse the repository at this point in the history
  • Loading branch information
petya2164 committed Sep 4, 2019
1 parent 0a4ff54 commit 0196fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot.py
Expand Up @@ -70,7 +70,7 @@ def configure(properties):
# See revisions here: https://gitlab.com/nsnam/ns-3-dev/commits/master
os.chdir(ns3_path)
run_command(['git', 'pull'])
run_command(['git', 'reset', '--hard', '7112e718'])
run_command(['git', 'reset', '--hard', '5de272fa'])
# Configure ns-3 with the examples enabled
run_command([sys.executable, 'waf', 'configure', '--enable-examples'])

Expand Down

0 comments on commit 0196fc1

Please sign in to comment.